import { Runtype } from './runtype'; /** * Build a new record runtype that omits some keys from the original. */ export declare function omit(original: Runtype, ...keys: K[]): Runtype>;