import { IContract } from './contract'; export declare const oneOf: (...validValues: T[]) => IContract;