declare const _default: { compressImage(): Promise; /** * 从本地相册选择图片。 * @param {Object} options 参数 * @param {number} [options.count=1] 最多可以选择的图片张数 */ chooseImage(options: PromiseOptions): Promise; getImageInfo(options: PromiseOptions): Promise; saveImage(): Promise; }; export default _default;