import { Type } from './type'; /** * A union of literals. When you want to take an exact enum value. */ export declare function oneOf(literals: T[]): Type;