import type { Literal } from "../_utils"; import type { Refinement } from "../Function"; import type { Guard } from "../Guard"; import type { ErrorInfo } from "./decode-error"; import type { Decoder } from "./model"; export declare const fromRefinement: ( refinement: Refinement, expected: string, info?: ErrorInfo | undefined ) => Decoder; export declare const fromGuard: ( guard: Guard, expected: string, info?: ErrorInfo | undefined ) => Decoder; export declare const literal: ]>( ...values: A ) => (info?: ErrorInfo) => Decoder; //# sourceMappingURL=constructors.d.ts.map