export interface GetDocsRootOptions { /** Override filesystem checks (for unit tests). */ existsSyncFn?: (path: string) => boolean; /** Override Bun/Node binary path used for the exec-adjacent `docs/` fallback. */ execPath?: string | null; } /** * Root directory for bundled markdown and ui-types-documentation.json. * Honours TERRENO_MCP_DOCS_DIR for tests and custom deployments. */ export declare const getDocsRoot: (options?: GetDocsRootOptions) => string; //# sourceMappingURL=docsRoot.d.ts.map