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