/**
 * Prevent the Domain provider from taking certain actions
 */
export declare const dryRun: boolean | undefined;
/**
 * (DEPRECATED) A Gandi API key
 */
export declare const key: string | undefined;
/**
 * A Gandi API Personal Access Token
 */
export declare const personalAccessToken: string | undefined;
/**
 * (DEPRECATED) A Gandi Sharing ID
 */
export declare const sharingId: string | undefined;
/**
 * The Gandi API URL
 */
export declare const url: string | undefined;
