import type { ImageInfo } from './interface'; import type { TakePictureViewProps } from './index'; export declare type OpenOptions = Omit; /** * 打开特定拍照UI(多张拍照、照片管理) * @param options * @returns */ declare function openPictureVisionPicker(options: OpenOptions): Promise; export default openPictureVisionPicker; //# sourceMappingURL=open.d.ts.map