export declare const erc20ABI: string[];
export declare const forwarderAbi: string[];
export declare const forwarderFeeAbi: string[];
export declare const miniMeAbi: string[];
export declare const arbitratorAbi: {
    inputs: never[];
    name: string;
    outputs: {
        name: string;
        type: string;
    }[];
    payable: boolean;
    stateMutability: string;
    type: string;
}[];
//# sourceMappingURL=abis.d.ts.map