import 'colors'; declare const _default: { listSingleAccount(accountRecord: IFndrAccount): void; listAccounts(accountsAry?: IFndrAccount[], totalNumAccounts?: number): void; twoLinesDifferentColors(str1: string, str2: string, color1?: any, color2?: any): void; singleLine(str: string, color?: any, numWrappedRows?: number): void; success(string: string, twoLineWrap?: boolean): void; error(string: string): void; wrapInNewlines(functionToWriteMoreOutput?: () => void, howMany?: number): void; columnify(data: any): string; }; export default _default;