import { type CompressOptions } from '../canvas/compress-img'; export declare function sendWxMpCIMessageAfterPlugin({ appName, webhookUrl, previewCodeBase64Path, bundleResult, subPackageInfo, robot, root, env, branch, compressOptions, }: { appName: string; webhookUrl: string; previewCodeBase64Path: string; bundleResult: string; subPackageInfo: string; robot: number; root: string; env: string; branch: string; compressOptions?: CompressOptions; }): Promise;