import { Schema } from '../schema';
/** Create a string schema. */
export declare function string(): Schema<string, string>;
//# sourceMappingURL=string.d.ts.map