export type Example = { name: string; display_name: string; description: string; }; export declare const examples: Example[]; export declare function getExample(name: string): Example | undefined; export declare function hasExample(name: string): boolean; //# sourceMappingURL=examples.d.ts.map