/**
 * Account and Transaction API SpecificationLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { PartyModel } from './partyModel';
export interface GetAccountPartyResponseData {
    party?: PartyModel;
}
export declare const getAccountPartyResponseDataSchema: Schema<GetAccountPartyResponseData>;
