import type { GuideEntry } from '../../types'; export declare const guides: GuideEntry[]; export declare function findGuideById(id: string): GuideEntry | undefined; //# sourceMappingURL=index.d.ts.map