/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { Data79 } from './data79';
import { Links } from './links';
export interface AC116Retrieveaccountparty2 {
    data: Data79;
    meta?: unknown;
    links: Links;
}
export declare const aC116Retrieveaccountparty2Schema: Schema<AC116Retrieveaccountparty2>;
