Variable coerceConst

coerce: {
    bigint: typeof ZodBigInt["create"];
    boolean: typeof ZodBoolean["create"];
    date: typeof ZodDate["create"];
    number: typeof ZodNumber["create"];
    string: typeof ZodString["create"];
}