export declare const EMAIL_SETTINGS_NAME = "ADMIN_SYSTEM_EMAIL_SETTINGS"; export interface EmailSystemSettings { customExternalBase: string; }