export declare function toggle<Args>(fns: Array<any>): (args?: Args) => any;
