astro-ghostcms/.pnpm-store/v3/files/4a/50389bf0c1fa72769337bdd0493...

11 lines
321 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {Uint8Array} data
* @param {number} level
* @param {boolean} interlace
* @returns {Uint8Array}
*/
export declare function optimise(data: any, level: any, interlace: any): any;
declare function init(input: any): Promise<WebAssembly.Exports>;
export default init;
export declare function cleanup(): void;