import type OSS from 'ali-oss'; export type OssConstructor = typeof OSS; export type OssClient = InstanceType; export declare function loadOssModule(): OssConstructor;