export declare const messageKey: {
    temp_account_locked: string;
    invalid_credentials: string;
    login_success: string;
    otp_already_send: string;
    password_already_used: string;
    invalid_token: string;
    token_expire: string;
    user_not_found: string;
    profile_retrieve: string;
    user_id_required: string;
    invalid_file_type: string;
    profile_update: string;
    old_password_incorrect: string;
    password_update: string;
    password_set: string;
    password_reset: string;
    logout_success: string;
    password_validation: string;
    field_required: string;
    field_type_array: string;
    saved_success: string;
    email_already_exist: string;
    email_invalid: string;
    validation_error: string;
    exception: string;
    field_type_validation_error: string;
    array_value_type: string;
    otp_sent: string;
    invalid_otp: string;
    brand_add: string;
    data_not_found: string;
    detail_found: string;
    data_retrieve: string;
    data_add: string;
    data_update: string;
    data_removed: string;
    already_exist: string;
    brand_product_photo_uploaded: string;
    brand_product_photo_removed: string;
    positive_number: string;
    max: string;
    invalid: string;
    stipe_not_connected: string;
    campaign_payment_received: string;
    token_refresh_success: string;
    user_not_assigned_to_company: string;
    user_account_inactive: string;
    field_min_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;
    leave_analytics_fetched: string;
    project_management_report_fetched: string;
    insufficient_balance: string;
    password_not_set: string;
    password_set_successfully: string;
    email_sent: string;
    email_send_failed: string;
    invalid_or_expired_token: string;
    token_expired: string;
    field_min_length_validation_error: string;
    field_max_validation_error: string;
    not_found: string;
    status_change: string;
    demo_request_sent: string;
    email_already_verified: string;
    email_verified_successfully: string;
    email_not_verified: string;
    mis_submission_not_allowed: string;
};
