import { Client } from "../index"; export declare type BaseAPIOptions = { baseUrl: string; client: Client; };