import { InputFunction as RunSafeInputFunction } from './runSafe'; export declare function makeObjectSafe(constructor: Constructor): {}; export declare type Constructor = { [key: string]: RunSafeInputFunction | any; };