import { Party } from './Party';
export declare class AccountingSupplierParty {
    customerAssignedAccountID?: string;
    additionalAccountID?: string;
    party?: Party;
    constructor(asp: AccountingSupplierParty);
}
