import type { GetPhotosParams, PhotoIdentifiersPage, SaveToCameraRollOptions } from './CameraRoll'; declare type UseCameraRollResult = [ PhotoIdentifiersPage, (config?: GetPhotosParams) => Promise, (tag: string, options?: SaveToCameraRollOptions) => Promise ]; export declare function useCameraRoll(): UseCameraRollResult; export {}; //# sourceMappingURL=useCameraRoll.d.ts.map