export declare class StoreIdentity { appId: string; facebookLink: string; facebookPixelId: string; SEOMetaDescription: string; favicon: string; orderTextCheckout: string; showInvoiceAfterBuy: boolean; loginByMobile: boolean; googleAnalyticsId: string; tiktokPixelId: string; googleTagManagerId: string; googleLink: string; googleOauth: string; homeBanner: string; instagramLink: string; logo: string; logoFooter: string; name: string; twitterLink: string; recaptchaSiteKey: string; allowConditionTerms: boolean; page: string; minimumOrderAmount: number; allowGeofence: boolean; mapsApiKey: string; mapsApiKeyDefault: string; separateFloorApp: boolean; disableOutOfStockVariants: boolean; popup: object; mutipleBranch: boolean; commercialRegistration: string; taxId: string; otpStatus: boolean; hasFbConversionToken: boolean; countryCodes: string[]; isAddressingEmailRequired: boolean; mustLogged?: boolean; isCheckLoggedUserToCart: boolean; maxAllowedCodAmount: number; isContactUsInsteadAddCart: any; isMobileEssential: boolean; }