export declare type ISmallText = string; export declare const isISmallText: (d: any) => d is string;