import { Runtype } from './runtype'; export declare const objectRuntype: Runtype; /** * An object that is not an array. */ export declare function object(): Runtype;