/** * Does `$s` have a type of string. */ export declare function IsString($s: any): $s is string;