import { FunctionFragment, Interface } from '@ethersproject/abi'; export declare const extractReturnAmountPosition: (iface: Interface, functionName: string | FunctionFragment, outputName?: string, outputIndex?: number) => number;