export interface Return { data: T; error: any; } export declare function FunctionAsyncReturnError(onHandle: () => Promise): Promise>>; export declare function FunctionAsyncThrowError(onHandle: () => Promise): Promise;