export function TRANSFER_POLICIES(network: any): {
    [x: string]: string;
    [x: number]: any;
};
