import { Schema } from '../schema'; /** * Create a literal schema. * * This schema always unmaps/maps to the constant value provided in the schema, * regardless of the value being mapped/unmapped. The validation always passes. */ export declare function literal(literalValue: T): Schema; export declare function literal(literalValue: T): Schema; export declare function literal(literalValue: T): Schema; export declare function literal(literalValue: T): Schema; //# sourceMappingURL=literal.d.ts.map