import { BrandDocument } from '../brand/brand-document'; import { BrandTagDocument } from '../brand/brand-tag-document'; import { BusinessDocument } from '../business/business-document'; import { BusinessTagDocument } from '../business/business-tag-document'; import { CallToAction } from '../call-to-action/call-to-action'; import { CampaignDocument } from '../campaign/campaign-document'; import { CreditVouchersCustomer } from '../credit-voucher/credit-vouchers-customer'; import { DocumentDocument } from '../document/document-document'; import { ProductDocument } from '../product/product-document'; import { ShopfrontDocument } from '../shopfront/shopfront-document'; import { SurveyDocument } from '../survey/survey-document'; import { EntityTag } from '../tag/entity-tag'; import { TagDocument } from '../tag/tag-document'; import { LollyUserWallet } from '../user/wallet'; import { VoucherDocument } from '../voucher/voucher-document'; import { ContactDocument } from './contact-document'; import { CountryCodeType } from './entity'; export declare class Entity implements CoreEntity { ctas: CallToAction[]; favourites: string[]; status: EntityStatus; active: boolean; version: string; tags: string[]; lifestyles: string[]; countryCode: CountryCodeType; languageCode: LanguageCodeType; entityType: EntityType; latitude: number; longitude: number; position: object; constructor(baseOptions: CoreEntityBaseOptions, creatorId: string); } export interface CoreEntityBaseOptions { countryCode: CountryCodeType; languageCode: LanguageCodeType; entityType: EntityType; latitude: number; longitude: number; position: object; } export interface CoreEntity extends CoreEntityBaseOptions { ctas: CallToAction[]; favourites: string[]; status: EntityStatus; active: boolean; version: string; tags: string[]; lifestyles: string[]; } export declare type EntityStatus = 'pending' | 'accepted' | 'declined'; export declare type CountryCodeType = 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UK' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW'; export declare type LanguageCodeType = 'AA' | 'AB' | 'AF' | 'AK' | 'SQ' | 'AM' | 'AR' | 'AN' | 'HY' | 'AS' | 'AV' | 'AE' | 'AY' | 'AZ' | 'BA' | 'BM' | 'EU' | 'BE' | 'BN' | 'BH' | 'BI' | 'BO' | 'BS' | 'BR' | 'BG' | 'MY' | 'CA' | 'CS' | 'CH' | 'CE' | 'ZH' | 'CU' | 'CV' | 'KW' | 'CO' | 'CR' | 'CY' | 'CS' | 'DA' | 'DE' | 'DV' | 'NL' | 'DZ' | 'EL' | 'EN' | 'EO' | 'ET' | 'EU' | 'EE' | 'FO' | 'FA' | 'FJ' | 'FI' | 'FR' | 'FR' | 'FY' | 'FF' | 'KA' | 'DE' | 'GD' | 'GA' | 'GL' | 'GV' | 'EL' | 'GN' | 'GU' | 'HT' | 'HA' | 'HE' | 'HZ' | 'HI' | 'HO' | 'HR' | 'HU' | 'HY' | 'IG' | 'IS' | 'IO' | 'II' | 'IU' | 'IE' | 'IA' | 'ID' | 'IK' | 'IS' | 'IT' | 'JV' | 'JA' | 'KL' | 'KN' | 'KS' | 'KA' | 'KR' | 'KK' | 'KM' | 'KI' | 'RW' | 'KY' | 'KV' | 'KG' | 'KO' | 'KJ' | 'KU' | 'LO' | 'LA' | 'LV' | 'LI' | 'LN' | 'LT' | 'LB' | 'LU' | 'LG' | 'MK' | 'MH' | 'ML' | 'MI' | 'MR' | 'MS' | 'MK' | 'MG' | 'MT' | 'MN' | 'MI' | 'MS' | 'MY' | 'NA' | 'NV' | 'NR' | 'ND' | 'NG' | 'NE' | 'NL' | 'NN' | 'NB' | 'NO' | 'NY' | 'OC' | 'OJ' | 'OR' | 'OM' | 'OS' | 'PA' | 'FA' | 'PI' | 'PL' | 'PT' | 'PS' | 'QU' | 'RM' | 'RO' | 'RO' | 'RN' | 'RU' | 'SG' | 'SA' | 'SI' | 'SK' | 'SK' | 'SL' | 'SE' | 'SM' | 'SN' | 'SD' | 'SO' | 'ST' | 'ES' | 'SQ' | 'SC' | 'SR' | 'SS' | 'SU' | 'SW' | 'SV' | 'TY' | 'TA' | 'TT' | 'TE' | 'TG' | 'TL' | 'TH' | 'BO' | 'TI' | 'TO' | 'TN' | 'TS' | 'TK' | 'TR' | 'TW' | 'UG' | 'UK' | 'UR' | 'UZ' | 'VE' | 'VI' | 'VO' | 'CY' | 'WA' | 'WO' | 'XH' | 'YI' | 'YO' | 'ZA' | 'ZH' | 'ZU'; export declare type RootCollectionType = 'brands' | 'businesses' | 'products' | 'tags' | 'shopfronts' | 'users' | 'campaigns' | 'documents' | 'airdrops' | 'cv-customers' | 'cv-payments' | 'device-releases-mailing-list' | 'lifestyles' | 'notifications' | 'surveys' | 'user-wallets' | 'vouchers'; export declare type CoreEntityType = LollyUserWallet | BrandDocument | BrandTagDocument | BusinessDocument | BusinessTagDocument | CallToAction | CampaignDocument | ContactDocument | CreditVouchersCustomer | DocumentDocument | EntityTag | ProductDocument | ShopfrontDocument | SurveyDocument | TagDocument | LollyUserWallet | VoucherDocument; export declare type EntityType = 'business' | 'brand' | 'document' | 'product' | 'campaign' | 'tag' | 'shopfront' | 'user' | 'call-to-action' | 'contact' | 'voucher' | 'business-tag' | 'brand-tag' | 'media' | 'lifestyle' | 'user-wallet' | 'voucher-reseller-group' | 'event-reseller-group' | 'unbranded-interest-group' | 'branded-interest-group'; export declare type FirestoreRootCollection = 'products' | 'brands' | 'businesses' | 'vouchers' | 'shopfronts' | 'campaigns' | 'media' | 'surveys' | 'documents' | 'reseller-groups';