import { CIOptions } from './interfaces';
export declare function wxupload(options: CIOptions): Promise<void>;
