export declare type singleAsyncOptions = { SINGLE_ASYNC: string; params: any; }; export default function useSingleAsync(group: any, options: singleAsyncOptions): Promise;