import { Validation } from "./Validation";
export declare function string(literal: string): Validation;
