export declare const useProductIdentificationStore: import("pinia").StoreDefinition<"productIdentification", { productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; }, { getProductIdentificationPref: (state: { productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; } & import("pinia").PiniaCustomStateProperties<{ productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; }>) => { primaryId: string; secondaryId: string; }; getProductIdentificationOptions: (state: { productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; } & import("pinia").PiniaCustomStateProperties<{ productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; }>) => any[]; getGoodIdentificationOptions: (state: { productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; } & import("pinia").PiniaCustomStateProperties<{ productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; }>) => any[]; getCurrentSampleProduct: (state: { productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; } & import("pinia").PiniaCustomStateProperties<{ productIdentificationPref: { primaryId: string; secondaryId: string; }; productIdentificationOptions: any[]; goodIdentificationOptions: any[]; sampleProducts: any[]; currentSampleProduct: any; }>) => any; }, { setProductIdentificationPref(id: any, value: any, eComStoreId: any): Promise; getIdentificationPref(eComStoreId: any): Promise<{ primaryId: string; secondaryId: string; }>; prepareProductIdentifierOptions(): Promise; fetchProducts(): Promise; shuffleProduct(): void; }>; //# sourceMappingURL=productIdentification.d.ts.map