export declare const CC = "cc"; export declare const CITY = "city"; export declare const POSTAL_CODE = "postalCode"; export declare const NUMBER = "number"; export declare const STREET = "street"; export declare const ADDRESS_NOT_FOUND = "addressNotFound"; export declare const CLOSED = "closed"; export declare const DISCOUNT = "discount"; export declare const FROM = "from"; export declare const SHOW_MORE_LOCATIONS = "showMoreLocations"; export declare const SHOW_MORE_HOURS = "showMoreHours"; export declare const PICK_UP = "pickUp"; export declare const PICK_UP_FROM = "pickUpFrom"; export declare const PARCEL_LOCKER = "parcelLocker"; export declare const OPENING_HOURS = "openingHours"; export declare const OPTIONS = "options"; export declare const HEADER_DELIVERY_OPTIONS = "headerDeliveryOptions"; export declare const DELIVERY_TITLE = "deliveryTitle"; export declare const ONLY_RECIPIENT_TITLE = "onlyRecipientTitle"; export declare const PICKUP_TITLE = "pickupTitle"; export declare const SIGNATURE_TITLE = "signatureTitle"; export declare const PICKUP_LOCATIONS_LIST_BUTTON = "pickupLocationsListButton"; export declare const PICKUP_LOCATIONS_MAP_BUTTON = "pickupLocationsMapButton"; export declare const STRINGS_PACKAGE_TYPE_DIGITAL_STAMP = "packageTypeDigitalStamp"; export declare const STRINGS_PACKAGE_TYPE_MAILBOX = "packageTypeMailbox"; export declare const ECO_FRIENDLY = "ecoFriendly"; export declare const ERROR_3212 = "error3212"; export declare const ERROR_3224 = "error3224"; export declare const ERROR_3501 = "error3501"; export declare const ERROR_3505 = "error3505"; export declare const ERROR_3506 = "error3506"; export declare const ERROR_3728 = "error3728"; export declare const ALL_STRINGS: readonly ["addressNotFound", "cc", "city", "closed", "deliveryTitle", "discount", "ecoFriendly", "from", "headerDeliveryOptions", "number", "onlyRecipientTitle", "openingHours", "options", "pickupLocationsListButton", "pickupLocationsMapButton", "pickupTitle", "pickUp", "pickUpFrom", "postalCode", "showMoreHours", "showMoreLocations", "signatureTitle", "street", "packageTypeDigitalStamp", "packageTypeMailbox", "error3212", "error3224", "error3501", "error3505", "error3506", "error3728"];