export declare type INoop = (...args: Array<any>) => boolean | Promise<boolean>;
