/* tslint:disable */ /** * @param {Uint8Array} buffer * @returns {Uint8Array} */ export function compress(buffer: Uint8Array): Uint8Array; /** * @param {Uint8Array} buffer * @returns {Uint8Array} */ export function decompress(buffer: Uint8Array): Uint8Array;