import type { JsonObject } from '@backstage/types'; export declare function getPackageExportNames(pkg: JsonObject): string[] | undefined;