interface FormatTextOptions { nil: string; } export declare const formatText: (value?: any, options?: Partial) => any; export {};