export declare function decompress(array: Uint8Array): string;
export declare function compress(str: string): Uint8Array;
export declare function getCompressedSize(str: string): number;
