export declare const useApiServiceMutate: (options: any) => Promise<{ data: any; loading: boolean; error: any; }>;