import type { PageProps } from '@redocly/config'; export declare function useCollectMarkdocOptions({ markdown }: PageProps): { variables?: Record; tags: { [x: string]: any; }; nodes: any; functions: any; components: any; partials: Record | undefined; }; //# sourceMappingURL=helpers.d.ts.map