/**
 * The namecheap API key
 */
export declare const apiKey: string | undefined;
/**
 * A registered api user for namecheap
 */
export declare const apiUser: string | undefined;
/**
 * Client IP address
 */
export declare const clientIp: string | undefined;
/**
 * Use sandbox API endpoints
 */
export declare const useSandbox: boolean | undefined;
/**
 * A registered user name for namecheap
 */
export declare const userName: string | undefined;
//# sourceMappingURL=vars.d.ts.map