import type { SborshikDocsConfig } from './types.js'; export declare const createDocsRuntimeProject: ({ rootDir, docsConfig, }: { rootDir: string; docsConfig: SborshikDocsConfig; }) => { runtimeRoot: string; cleanup(): void; }; //# sourceMappingURL=docs-runtime.d.ts.map