import { Runtype } from './runtype'; /** * Build a new record runtype that marks all keys as optional. * * This is the runtype counterpart to `Partial`. */ export declare function partial(original: Runtype): Runtype>;