import type { Node } from '@markdoc/markdoc'; import type { LifecycleContext } from '../../../../types'; import type { BundledDefinition } from '../../../openapi-docs/load-definition.js'; type OpenapiBundle = Pick; export declare function loadOpenapiBundle(node: Node, context: LifecycleContext): Promise; export {}; //# sourceMappingURL=load-openapi-bundle.d.ts.map