/**
 * The API Key that allows interaction with the API
 */
export declare const apiKey: string | undefined;
/**
 * Allows users to set the speed of API calls to work with the Vultr Rate Limit
 */
export declare const rateLimit: number;
/**
 * Allows users to set the maximum number of retries allowed for a failed API call.
 */
export declare const retryLimit: number;
