import { IPagBankHolder } from './i-holder';
export interface IPagBankPix {
    end_to_end_id: string;
    holder: IPagBankHolder;
}
