import type { AccountInformationDTO } from '../models/AccountInformationDTO'; import type { CancelablePromise } from '../core/CancelablePromise'; export declare class AccountInformationService { /** * Get Account Information * @returns AccountInformationDTO Account Information * @throws ApiError */ static getAccountInformation(): CancelablePromise>; }