import type { $Fetch } from 'ofetch';
import { RestConfig } from '..';
export declare function useApi(config: RestConfig, loading?: boolean): $Fetch;
