import { type Schema } from "../../Schema";
export declare const string: () => Schema<string, string>;
