export declare function isString(value: unknown): value is string;
