declare type FuncToEval = (...args: any[]) => void; export declare const evalDev: (funcToEval: FuncToEval, ...args: any[]) => void; export {};