export declare function compressImage(id: string, imageQuality: number, scaleToVisibleSize?: boolean): Promise<void>;
export declare function compressStructTree(id: string): Promise<void>;
//# sourceMappingURL=compress.d.ts.map