export declare const bookingsUiRoOperations: { statusChangeDialog: { title: string; fields: { status: string; note: string; suppressNotifications: string; }; placeholders: { note: string; }; helpers: { suppressNotifications: string; }; actions: { updateStatus: string; }; }; supplierStatusDialog: { titles: { create: string; edit: string; }; fields: { serviceName: string; status: string; costCurrency: string; costAmountCents: string; supplierReference: string; notes: string; }; placeholders: { serviceName: string; supplierReference: string; notes: string; }; validation: { serviceNameRequired: string; costCurrencyInvalid: string; }; actions: { addSupplierStatus: string; }; }; bookingItemList: { title: string; addItem: string; empty: string; values: { totalUnavailable: string; costUnavailable: string; serviceDateUnavailable: string; }; columns: { title: string; option: string; unit: string; type: string; status: string; quantity: string; total: string; cost: string; serviceDate: string; }; detail: { description: string; dates: string; cost: string; catalogSource: string; productLink: string; noDescription: string; }; actions: { deleteConfirm: { title: string; description: string; cancel: string; confirm: string; }; expandItem: string; collapseItem: string; viewItem: string; editItem: string; deleteItem: string; }; snapshot: { title: string; subtitle: string; sectionSummary: string; sectionPricing: string; sectionMeta: string; productLabel: string; optionLabel: string; unitLabel: string; descriptionLabel: string; typeLabel: string; statusLabel: string; datesLabel: string; quantityLabel: string; unitSellLabel: string; totalSellLabel: string; unitCostLabel: string; totalCostLabel: string; notesLabel: string; createdAtLabel: string; updatedAtLabel: string; empty: string; }; }; bookingPaymentScheduleList: { title: string; addSchedule: string; empty: string; values: { notesUnavailable: string; proformaSuffix: string; }; columns: { type: string; status: string; dueDate: string; amount: string; notes: string; invoice: string; }; actions: { deleteConfirm: { title: string; description: string; cancel: string; confirm: string; }; editSchedule: string; deleteSchedule: string; issueDocument: string; issueInvoice: string; issueProforma: string; issueDocumentSuccess: string; issueDocumentFailure: string; issueDocumentErrors: { invoice_number_series_not_found: string; invoice_number_series_inactive: string; invoice_number_series_scope_mismatch: string; no_active_series_for_scope: string; }; }; }; bookingPaymentReconciliationBanner: { title: string; loading: string; empty: string; reconciledDescription: string; driftDescription: string; reconciledBadge: string; driftBadge: string; billed: string; invoicePaid: string; recordedPayments: string; schedulePaid: string; drift: string; emptyValue: string; }; supplierStatusList: { title: string; addSupplier: string; empty: string; values: { costUnavailable: string; referenceUnavailable: string; confirmedUnavailable: string; }; columns: { service: string; status: string; cost: string; reference: string; confirmed: string; actions: string; }; actions: { edit: string; }; }; bookingCancellationDialog: { title: string; summary: { booking: string; startDate: string; total: string; daysBeforeDeparture: string; }; values: { startDateTbd: string; amountUnavailable: string; ruleFallback: string; ruleDaysBeforeDeparture: string; }; policy: { applicablePolicy: string; refund: string; penalty: string; rule: string; resolving: string; missing: string; missingHint: string; calculating: string; noTotalAmount: string; }; paidSettlement: { title: string; description: string; }; refundTypeLabels: { cash: string; credit: string; cash_or_credit: string; none: string; }; fields: { reason: string; }; placeholders: { reason: string; }; validation: { cancellationFailed: string; }; actions: { close: string; confirm: string; }; }; bookingBillingDialog: { title: string; fields: { partyType: string; firstName: string; lastName: string; companyName: string; taxId: string; email: string; phone: string; addressLine1: string; addressLine2: string; city: string; region: string; postalCode: string; country: string; }; partyTypeLabels: { individual: string; company: string; }; crmPicker: { label: string; personSearchPlaceholder: string; personEmpty: string; organizationSearchPlaceholder: string; organizationEmpty: string; }; actions: { cancel: string; selectFromCrm: string; hideCrmPicker: string; save: string; }; }; bookingGuaranteeDialog: { titles: { create: string; edit: string; }; guaranteeTypeLabels: { deposit: string; credit_card: string; preauth: string; card_on_file: string; bank_transfer: string; voucher: string; agency_letter: string; other: string; }; guaranteeStatusLabels: { pending: string; active: string; released: string; failed: string; cancelled: string; expired: string; }; fields: { type: string; status: string; currency: string; amountCents: string; provider: string; referenceNumber: string; expiresAt: string; notes: string; }; placeholders: { provider: string; referenceNumber: string; expiresAt: string; notes: string; }; actions: { addGuarantee: string; }; }; bookingGuaranteeList: { title: string; addGuarantee: string; empty: string; values: { amountUnavailable: string; providerUnavailable: string; referenceUnavailable: string; expiresUnavailable: string; }; columns: { type: string; status: string; amount: string; provider: string; reference: string; expires: string; }; actions: { deleteConfirm: { title: string; description: string; cancel: string; confirm: string; }; editGuarantee: string; deleteGuarantee: string; }; }; bookingGroupLinkDialog: { title: string; modes: { join: string; create: string; }; fields: { existingGroups: string; groupLabel: string; }; placeholders: { selectGroup: string; noExistingGroups: string; groupLabel: string; }; hints: { productFiltered: string; primaryMember: string; }; validation: { selectGroup: string; linkFailed: string; }; actions: { createAndLink: string; linkToGroup: string; }; labels: { generatedLabelPrefix: string; }; }; bookingGroupSection: { title: string; empty: string; group: string; siblingBookings: string; noSiblingBookings: string; primaryBadge: string; sharedRoomKind: string; actions: { removeFromGroup: string; linkToSharedRoom: string; removeConfirm: string; }; }; };