import { GraphQLClient } from 'graphql-request';
export declare class AccountService {
    private client;
    constructor(client: GraphQLClient);
    /**
     * Get account information
     */
    getAccountInfo(): Promise<{
        accountId: string;
        name?: string;
        subdomain?: string;
    }>;
}
//# sourceMappingURL=account-service.d.ts.map