export declare function getConfigDir(): string; export declare function getClaudeSettingsPath(): string; export declare function getProvidersPath(): string; export declare function getSecretsPath(): string; export declare function getCurrentPath(): string; export declare function isWindows(): boolean; export declare function isMacOS(): boolean; export declare function isLinux(): boolean; export declare function getHostname(): string; export declare function getHomeDir(): string; //# sourceMappingURL=platform.d.ts.map