export declare const AllExamples: { home: import("./Types.mjs").Example; }; export type ExampleName = keyof typeof AllExamples; export declare const isExampleName: (s: string) => s is "home";