/**
 * The InfluxDB password
 */
export declare const password: string | undefined;
/**
 * An InfluxDB token string
 */
export declare const token: string | undefined;
/**
 * The InfluxDB Cloud Dedicated server URL
 */
export declare const url: string | undefined;
/**
 * The InfluxDB username
 */
export declare const username: string | undefined;
