/** * @module json-schema */ /** @pratico/json-schema */ export declare function isString(value: any): boolean;