export declare const value: <T extends string | number | boolean | symbol>(literal: T, typeName?: string) => import("../engine").Caster<T>;
