export declare type IMicroText = string; export declare const isIMicroText: (d: any) => d is string;