import type { Node } from '@markdoc/markdoc'; import type { MarkdocResolveContext } from '../../../../types'; export declare function resolveCodeWalkthroughFilesets(node: Node, attributeName: string, pageRelativePath: string, markdocResolveContext: MarkdocResolveContext): Promise; //# sourceMappingURL=filesets-resolver.d.ts.map