import { WithdrawalFee } from '../pojo/withdrawal_fee';
declare const mapping: {
    [key: string]: WithdrawalFee | WithdrawalFee[];
};
export default mapping;
