export declare function Sync(fun: any, ...par: any[]): Promise<any>;
export declare function erroHandel(fun: any, ...par: any[]): any;
