export type RehypeHeroTemplateOptions = { demosPackage?: string; demosPath?: string; }; export declare const rehypeHeroTemplate: (options?: RehypeHeroTemplateOptions) => (tree: any) => void; //# sourceMappingURL=rehypeHeroTemplate.d.ts.map