export declare function shouldCall<T>(predicate: (this: T, ...args: any[]) => boolean): any;
