import type { ExampleCatalogEntry } from '../../types'; export declare const exampleCatalog: ExampleCatalogEntry[]; export declare function findExampleById(id: string): ExampleCatalogEntry | undefined; export declare function findExamplesByCategory(category: string): ExampleCatalogEntry[]; //# sourceMappingURL=index.d.ts.map