export declare type IText = string; export declare const isIText: (d: any) => d is string;