export declare function stripAnsi(input: string): string; export declare function visibleWidth(input: string): number;