import { MethodToStub } from "../MethodToStub";
export declare class MethodCallToStringConverter {
    convert(method: MethodToStub): string;
}
