import { Type } from "../java"; export declare class MethodMatcher { private readonly packagePattern; private readonly typePattern; private readonly methodPattern; private readonly argumentPatterns; constructor(pattern: string); matches(method?: Type.Method): boolean; private typeToString; private matchesPackage; private matchesPattern; private matchesArguments; private matchesArgumentPattern; private normalizePrimitiveType; } //# sourceMappingURL=method-matcher.d.ts.map