export interface SendActivationCode { /** Email address to send the code to. */ email?: string; /** Locale to use for the activation code template. */ locale?: string; } //# sourceMappingURL=SendActivationCode.d.ts.map