export declare const messages: {
    error: {
        temp_account_locked: string;
        invalid_credentials: string;
        data_not_found: string;
        exception: string;
        stipe_not_connected: string;
        something_went_wrong: string;
        unauthorized: string;
        otp_expired: string;
        active_contract: string;
        rating_exist: 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;
        password_reset_code: string;
        otp_sent: string;
        otp_verified: 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;
    };
    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;
    };
};
