import { type ExportDeclaration } from 'ts-morph'; export declare const getExports: (pattern: import("../utils").Pattern, query?: Partial<{ leadingTrivia?: string | string[] | undefined; trailingTrivia?: string | string[] | undefined; isTypeOnly?: boolean | boolean[] | undefined; namespaceExport?: string | string[] | undefined; namedExports?: string | string[] | undefined; moduleSpecifier?: string | string[] | undefined; attributes?: undefined; kind: import("ts-morph").StructureKind.ExportDeclaration | import("ts-morph").StructureKind.ExportDeclaration[]; name?: string | string[] | undefined; }> | undefined) => ExportDeclaration[];