import { type ClassDeclaration, type MethodDeclaration, type MethodDeclarationStructure } from 'ts-morph'; import { type Query } from '../utils'; export declare function getMethods(classes: ClassDeclaration | ClassDeclaration[], query?: Query): MethodDeclaration[];