import { AccountUpdateAttributes } from '../AccountUpdateAttributes'; export declare class UpdateAccountRequest { include?: string[]; data: { type?: string; attributes: AccountUpdateAttributes; }; }