export declare function sanitizeHookPluginName(name: string): string; export declare function hookPluginRootDir(cwd: string, pluginName: string): string; export declare function hookPluginTmuxStatePath(cwd: string, pluginName: string): string; export declare function hookPluginDataPath(cwd: string, pluginName: string): string; export declare function hookPluginLogPath(cwd: string, now?: Date): string; export declare function omxRootStateFilePath(cwd: string, fileName: string): string; //# sourceMappingURL=paths.d.ts.map