import { Product } from 'types/entities.types'; import { getImagesOneProductAtTime } from '@minta/template-utils'; export declare const getImagesInVideoPerProduct: (videoImages: string[], products: Product[]) => { [key: string]: string[]; }; export { getImagesOneProductAtTime };