/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { Party8 } from './party8';
export interface Data151 {
    party: Party8;
}
export declare const data151Schema: Schema<Data151>;
