export declare const safeCall: (fn: () => Promise<any>) => Promise<void>;
