export declare const usePitcherEvents: (goToNextPage?: () => void, goToPreviousPage?: () => void, onCanvasCloseRequested?: () => void) => { isOpenPhotosCaptured: import('vue').Ref; registerPhotosCapturedListener: () => void; unregisterPhotosCapturedListener: () => void; };