export declare function getConfigDir(): string; export declare function getSettingsFilePath(): string; export declare function getSkillsPath(): string; export declare function getMemoryPath(): string; export declare function getToolsPath(): string; export declare function getWorkspacePath(): string; export declare function setWorkspacePath(p: string): void; export declare function getDsn(): string | undefined; export declare function setDsn(d: string): void; //# sourceMappingURL=constants.d.ts.map