import type { Route } from '../router'; import type { TypedownData } from '@/shared'; export declare function provideTdContent(route: Route): TypedownData; export declare function useTdContent(): TypedownData; //# sourceMappingURL=useTdContent.d.ts.map