import type { CodeWalkthroughNode, CodeWalkthroughFileMetadata } from '@redocly/config'; export declare function parseFileChunks(text: string, filePath: string): Promise<{ root: CodeWalkthroughNode[]; metadata: CodeWalkthroughFileMetadata; }>; //# sourceMappingURL=file-chunk-parser.d.ts.map