/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { PostalAddress } from './postalAddress';
export interface CreditorAgent {
    schemeName: string;
    identification: string;
    name: string;
    postalAddress: PostalAddress;
}
export declare const creditorAgentSchema: Schema<CreditorAgent>;
