import type { PackageDocumentation } from '../../types'; export declare const packageDocumentationMap: Record; type PackageKey = keyof typeof packageDocumentationMap; export declare const packageList: Array<{ key: PackageKey; name: string; description: string; highlights: string[]; }>; export declare const packageKeys: PackageKey[]; export {}; //# sourceMappingURL=index.d.ts.map