/** * Bugs file path utilities */ /** * Get Orchestrator bugs file path */ export declare function orchestratorBugsPath(root: string): string; /** * Get Jira Mate bugs mirror file path */ export declare function jmMateBugsPath(root: string): string; //# sourceMappingURL=paths.d.ts.map