export declare const isString: <T = any>(str: string | T) => str is string;
