export declare const ifExistCall: (func?: ((...args: any[]) => void) | undefined, ...args: any[]) => void | undefined;