export declare function runSafe(func: InputFunction): any; export declare type InputFunction = () => any;