import type { ProductAsset, ProductCameraFrame, ProductCameraOptions } from "./ProductTypes"; export declare function createProductCameraFrame(asset: ProductAsset, options?: ProductCameraOptions): ProductCameraFrame; export declare function validateProductCameraFrame(frame: ProductCameraFrame): void; //# sourceMappingURL=ProductCamera.d.ts.map