/**
 * getUserConfigDir returns the default directory to use for user-specific
 * configuration data.
 */
export declare function getUserConfigDir(): string;
