/**
 * The API key
 */
export declare const apiKey: string | undefined;
/**
 * The API secret
 */
export declare const apiSecret: string | undefined;
/**
 * The CrateDB Cloud URL
 */
export declare const url: string | undefined;
