/** * Assert is string */ export declare const isString: (arg: unknown) => arg is string; //# sourceMappingURL=is.d.ts.map