export declare const messages: {
    error: {
        temp_account_locked: string;
        invalid_credentials: string;
        data_not_found: string;
        exception: string;
        stipe_not_connected: string;
        password_not_set: string;
        email_send_failed: string;
        email_sent: string;
        leave_balance_not_found: string;
        not_found: string;
        email_already_verified: string;
    };
    success: {
        login_success: string;
        profile_retrieve: string;
        invalid_credentials: string;
        profile_update: string;
        password_update: string;
        password_set: string;
        password_reset: string;
        logout_success: string;
        otp_sent: string;
        brand_add: string;
        data_retrieve: string;
        data_add: string;
        data_update: string;
        detail_found: string;
        saved_success: string;
        brand_product_photo_uploaded: string;
        brand_product_photo_removed: string;
        data_removed: string;
        campaign_payment_received: string;
        token_refresh_success: string;
        password_set_successfully: string;
        email_sent: string;
        status_change: string;
        demo_request_sent: string;
        email_verified_successfully: string;
        leave_analytics_fetched: string;
        project_management_report_fetched: string;
    };
    validation: {
        otp_already_send: string;
        password_already_used: string;
        invalid_token: string;
        token_expire: string;
        user_not_found: string;
        user_id_required: string;
        invalid_file_type: string;
        old_password_incorrect: string;
        password_validation: string;
        email_invalid: string;
        email_already_exist: string;
        validation_error: string;
        field_required: string;
        field_type_validation_error: string;
        invalid_otp: string;
        already_exist: string;
        field_type_array: string;
        positive_number: string;
        max: string;
        invalid: string;
        array_value_type: string;
        user_not_assigned_to_company: string;
        user_account_inactive: string;
        field_min_validation_error: string;
        field_min_length_validation_error: string;
        field_max_validation_error: string;
        field_enum_validation_error: string;
        invalid_date_range: string;
        overlapping_leave_request: string;
        leave_balance_not_found: string;
        insufficient_leave_balance: string;
        leave_request_cannot_be_updated: string;
        leave_request_cannot_be_deleted: string;
        insufficient_balance: string;
        password_not_set: string;
        invalid_or_expired_token: string;
        token_expired: string;
        email_not_verified: string;
        mis_submission_not_allowed: string;
    };
};
