// eslint-disable-next-line @typescript-eslint/no-explicit-any export declare function isString(target: any): target is string;