import type { BorderConfig } from './types/api';
export declare const getBorderCharacters: (name: string) => BorderConfig;
