import { Image } from '@monkvision/types'; /** * Custom hook that returns the current images taken in the inspection (it filters retakes etc.). */ export declare function usePhotoCaptureImages(inspectionId: string): Image[];