export declare type AnyFunction = (...args: Array<any>) => any;
