export declare const crmUiEnBaseMessages: { readonly common: { readonly cancel: "Cancel"; readonly done: "Done"; readonly saveChanges: "Save changes"; readonly create: "Create"; readonly saving: "Saving..."; readonly none: "—"; readonly unknownError: "Unknown error"; readonly today: "today"; readonly previous: "Previous"; readonly next: "Next"; readonly page: "Page"; readonly pageSummary: "Showing {shown} of {total}"; readonly loading: "Loading..."; readonly activityTypeLabels: { readonly note: "Note"; readonly call: "Call"; readonly email: "Email"; readonly meeting: "Meeting"; readonly task: "Task"; readonly follow_up: "Follow-up"; }; readonly activityStatusLabels: { readonly planned: "Planned"; readonly done: "Done"; readonly cancelled: "Cancelled"; }; readonly relationTypeLabels: { readonly client: "Client"; readonly partner: "Partner"; readonly supplier: "Supplier"; readonly other: "Other"; }; readonly recordStatusLabels: { readonly active: "Active"; readonly inactive: "Inactive"; readonly archived: "Archived"; }; readonly entityTypeLabels: { readonly none: "None"; readonly person: "Person"; readonly organization: "Organization"; readonly quote: "Quote"; readonly activity: "Activity"; }; readonly quoteStatusLabels: { readonly open: "Open"; readonly won: "Won"; readonly lost: "Lost"; readonly archived: "Archived"; }; readonly quoteVersionStatusLabels: { readonly draft: "Draft"; readonly sent: "Sent"; readonly accepted: "Accepted"; readonly declined: "Declined"; readonly superseded: "Superseded"; readonly expired: "Expired"; }; readonly relativeTime: { readonly daysAgo: "{count}d ago"; readonly weeksAgo: "{count}w ago"; readonly monthsAgo: "{count}mo ago"; readonly yearsAgo: "{count}y ago"; }; }; readonly organizationForm: { readonly fields: { readonly name: "Name"; readonly legalName: "Legal name"; readonly taxId: "Tax ID"; readonly website: "Website"; readonly industry: "Industry"; readonly billingEmail: "Billing email"; readonly billingAddressLine1: "Billing address line 1"; readonly billingAddressLine2: "Billing address line 2"; readonly billingCity: "Billing city"; readonly billingRegion: "Billing region"; readonly billingPostalCode: "Billing postal code"; readonly billingCountry: "Billing country"; }; readonly actions: { readonly create: "Create organization"; }; readonly validation: { readonly nameRequired: "Organization name is required."; readonly saveFailed: "Failed to save organization."; }; }; readonly personForm: { readonly fields: { readonly firstName: "First name"; readonly lastName: "Last name"; readonly jobTitle: "Job title"; readonly email: "Email"; readonly phone: "Phone"; readonly dateOfBirth: "Date of birth"; readonly addressLine1: "Address line 1"; readonly addressLine2: "Address line 2"; readonly addressCity: "City"; readonly addressRegion: "Region"; readonly addressPostalCode: "Postal code"; readonly addressCountry: "Country"; }; readonly sections: { readonly identity: "Identity"; readonly contact: "Contact"; readonly address: "Address"; readonly addresses: "Addresses"; readonly relationships: "Relationships"; readonly documents: "Documents"; }; readonly relationships: { readonly empty: "No relationships on file."; readonly add: "Add relationship"; readonly personLabel: "Person"; readonly personPlaceholder: "Search people…"; readonly personEmpty: "No people found."; readonly kindLabel: "Relationship"; readonly primaryToggle: "Primary"; readonly notesLabel: "Notes"; readonly remove: "Remove"; readonly saveFailed: "Failed to save relationship."; }; readonly addresses: { readonly empty: "No addresses on file."; readonly add: "Add address"; readonly edit: "Edit"; readonly remove: "Remove"; readonly saving: "Saving…"; readonly saveFailed: "Failed to save address."; readonly noValue: "—"; readonly primaryToggle: "Primary address"; readonly typeLabel: "Type"; readonly typePrimary: "primary"; readonly typeBilling: "billing"; readonly typeShipping: "shipping"; readonly typeMailing: "mailing"; readonly typeMeeting: "meeting"; readonly typeService: "service"; readonly typeLegal: "legal"; readonly typeOther: "other"; readonly notesLabel: "Notes"; readonly dialogAddTitle: "Add address"; readonly dialogAddDescription: "Add another address for this person."; readonly dialogEditTitle: "Edit address"; readonly dialogEditDescription: "Update the address details."; }; readonly documents: { readonly empty: "No documents on file."; readonly add: "Add document"; readonly type: "Type"; readonly number: "Number"; readonly issuingCountry: "Issuing country"; readonly expiryDate: "Expiry date"; readonly save: "Save document"; readonly remove: "Remove"; }; readonly actions: { readonly create: "Create person"; }; readonly validation: { readonly nameRequired: "First and last name are required."; readonly saveFailed: "Failed to save person."; }; }; readonly organizationDialog: { readonly titles: { readonly create: "New organization"; readonly edit: "Edit organization"; }; readonly descriptions: { readonly create: "Add a new company."; readonly edit: "Update company details."; }; }; readonly personDialog: { readonly titles: { readonly create: "New person"; readonly edit: "Edit person"; }; readonly descriptions: { readonly create: "Add a new person."; readonly edit: "Update contact details."; }; }; };