export declare type IBigText = string; export declare const isIBigText: (d: any) => d is string;