/** HAYASHI_SHUNSUKE repository root */ export declare function getHayashiRoot(): string; /** GNI script path */ export declare function getGniPath(): string; /** task-sync.sh path */ export declare function getTaskSyncPath(): string; /** Skill dispatcher path */ export declare function getSkillDispatcherPath(): string; /** Skill catalog path */ export declare function getSkillCatalogPath(): string; /** Skill root directory */ export declare function getSkillRoot(): string; /** Check if HAYASHI_SHUNSUKE repo is available */ export declare function isHayashiRepoAvailable(): boolean; //# sourceMappingURL=hub-paths.d.ts.map