export declare const values: <T extends string | number | boolean | symbol>(...vals: T[]) => import("../engine").Caster<T>;
