import type { FdoVnEInvoiceMarketingProfile, FdoVnEInvoiceRestaurantProfile } from "@/type"; import type { FdoRestaurant, FdoStoreOption } from "@feedmepos/core/entity"; export declare function initVietnamRestaurantProfile(restaurant: FdoRestaurant): FdoVnEInvoiceRestaurantProfile & { appid: string; username: string; password: string; }; export declare function initVietnamMarketingProfile(businessId: string, store?: FdoStoreOption): FdoVnEInvoiceMarketingProfile & { appid: string; username: string; password: string; };