import type { Literal } from "../_utils"; import type { Guard } from "./Guard"; /** * @category Constructors * @since 1.0.0 */ export declare const literal: (...values: A) => Guard; //# sourceMappingURL=constructors.d.ts.map