export declare enum I18nType {
    NOTIFICATION = "notification",
    API_RESPONSE = "api-response"
}
