import { Account } from '../Account'; export declare class AccountResponse { data: Account; included: any[]; }