import { IPagBankCustody } from './i-custody';
export interface IPagBankSplitConfiguration {
    custody: IPagBankCustody;
}
