export default class AddonClient { private readonly client; private readonly options; constructor(config: any); get(path: string): Promise; post(path: string, requestBody: unknown): Promise; }