export declare function handleErrorSync(fun: (...args: any[]) => void, args: any[], cb?: (err: Error) => void): void;
