import type { $Fetch } from 'ofetch';
export default class BaseApi {
    private _api;
    constructor(api: $Fetch);
    get api(): $Fetch;
}
