import type { FdoMyEInvoiceMarketingProfile, FdoMyEInvoiceRestaurantProfile } from "@/type"; import type { FdoRestaurant, FdoStoreOption } from "@feedmepos/core/entity"; export declare function initMalaysiaRestaurantProfile(restaurant: FdoRestaurant): FdoMyEInvoiceRestaurantProfile; export declare function initMalaysiaMarketingProfile(businessId: string, store?: FdoStoreOption): FdoMyEInvoiceMarketingProfile;