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