import { HYPERCHARTS_DIR_NAME, RUNS_DIR_NAME, listHyperchartFiles } from "@surprisal/hyperchart/runtime"; export { HYPERCHARTS_DIR_NAME, RUNS_DIR_NAME, listHyperchartFiles }; export declare const SHARED_HYPERCHARTS_DIR_NAME = ".hypercharts"; export declare function getProjectHyperchartsDir(cwd: string): string; export declare function getSharedHyperchartsDir(cwd: string): string | undefined; export declare function getHyperchartRunsRoot(agentDir?: string): string; export declare function resolveHyperchartRunDir(spec: string, cwd: string, agentDir?: string): string; export declare function resolveHyperchartPath(spec: string, cwd: string, agentDir?: string): string; export declare function listProjectHypercharts(cwd: string): string[]; //# sourceMappingURL=paths.d.ts.map