import { Config } from "./schema.js"; export declare function getConfigPath(): string; export declare function expandPath(path: string): string; export declare function configExists(): boolean; export declare function loadConfig(): Config; export declare function saveConfig(config: Config): void; export declare function getNotesDirectory(config: Config): string; export declare function getIndexDirectory(config: Config): string; export declare function getDatabasePath(config: Config): string; export declare function getPidFilePath(config: Config): string; export declare function getLogFilePath(config: Config): string; export declare function ensureDirectories(config: Config): void; export declare function getGitIgnorePath(config: Config): string; export declare function ensureGitIgnore(config: Config): void; export * from "./schema.js"; //# sourceMappingURL=index.d.ts.map