import type { FdoThEInvoiceMarketingProfile, FdoThEInvoiceRestaurantProfile } from "@/type"; import type { FdoRestaurant, FdoStoreOption } from "@feedmepos/core/entity"; export declare function initThailandRestaurantProfile(restaurant: FdoRestaurant): FdoThEInvoiceRestaurantProfile; export declare function initThailandMarketingProfile(businessId: string, store?: FdoStoreOption): FdoThEInvoiceMarketingProfile;