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