export declare type AnyCallback = (...args: any[]) => void; export declare type AnyFunction = (...args: any[]) => unknown;