export declare const isString: (val: unknown) => val is string;
