import type { Product } from './types'; export declare const STUB_DATA: Product[]; export declare const STUB_DATA_PLUS_ENSEMBLE: Product[]; //# sourceMappingURL=stub.d.ts.map