export declare const DOCS_ROOT: string; export declare const DOCS_TOOLS_PATH: string; export declare const DOCS_WIDGETS_PATH: string; /** * Get the full path to a documentation file * @param relativePath - Path relative to docs/ folder */ export declare function getDocsPath(relativePath: string): string; /** * Get the full path to a tool documentation file * @param relativePath - Path relative to docs/tools/ folder */ export declare function getToolDocsPath(relativePath: string): string; //# sourceMappingURL=getDocsPath.d.ts.map