export declare function getPrimusStateDir(home?: string): string; export declare function getPrimusHome(): string; export declare function getPrimusAgentDir(home?: string): string; export declare function getDefaultSessionDir(home?: string): string; export declare function getPrimusWorkspaceDir(home?: string): string; export declare function getBootstrapStatePath(home?: string): string; export declare function getManagedToolStatePath(home?: string): string; export declare function ensurePrimusHome(home?: string): void;