import { GetPhotosParamType, GetPhotosReturnType } from 'react-native'; export default function useCameraRoll(): (GetPhotosReturnType | ((config?: GetPhotosParamType) => Promise) | ((tag: string, type?: "video" | "photo" | undefined) => Promise))[];