export interface DevFlowPathOptions { env?: NodeJS.ProcessEnv; homeDir?: string; stateDir?: string; } export declare function getProjectHash(rootPath: string): string; export declare function getDevFlowStateRoot(options?: DevFlowPathOptions): string; export declare function getDaemonSocketPath(rootPath: string, options?: DevFlowPathOptions): string; export declare function getDaemonPidPath(rootPath: string, options?: DevFlowPathOptions): string; export declare function getProjectStateDir(rootPath: string, options?: DevFlowPathOptions): string; export declare function getDaemonRegistryPath(options?: DevFlowPathOptions): string; export declare function getBackupDir(rootPath: string, ts?: number, options?: DevFlowPathOptions): string; //# sourceMappingURL=paths.d.ts.map