import { SelectType } from "../index.js";
export declare function coerce(value: unknown, type: string): unknown;
export declare function coerceSelectValue(value: unknown, type: SelectType | undefined, repeated?: boolean): unknown;
export declare function isCoercibleTo(value: unknown, type: string): boolean;
