import type { Node } from '@markdoc/markdoc'; import type { LifecycleContext, AfterRoutesCreatedActions } from '../../../types'; export declare function prepareMarkdocPartials(context: LifecycleContext, actions: AfterRoutesCreatedActions): Promise>; //# sourceMappingURL=partials.d.ts.map