import { type VariableStatement } from 'ts-morph'; export declare const getVariables: (pattern: import("../utils").Pattern, query?: Partial<{ leadingTrivia?: string | string[] | undefined; trailingTrivia?: string | string[] | undefined; declarationKind?: import("ts-morph").VariableDeclarationKind | import("ts-morph").VariableDeclarationKind[] | undefined; declarations: never; kind: import("ts-morph").StructureKind.VariableStatement | import("ts-morph").StructureKind.VariableStatement[]; docs?: string | string[] | undefined; hasDeclareKeyword?: boolean | boolean[] | undefined; isExported?: boolean | boolean[] | undefined; isDefaultExport?: boolean | boolean[] | undefined; name?: string | string[] | undefined; }> | undefined) => VariableStatement[];