import { GenerateMethodCallArgs } from './typings/args';
export declare const generateMethodCall: (args: GenerateMethodCallArgs) => string;
