/**
 * 拍摄照片
 */
export declare const takePhoto: () => Promise<File>;
/**
 * 录制视频
 */
export declare const recordVideo: () => Promise<File>;
