export declare const getContractInterfaceAndFunction: (contractDeployer: string, contractName: string, functionName: string) => Promise<{ contractInterface: any; functionArgs: any; }>;