/**
 * Decompress data encoded as base64 string
 */
export declare function inflate(base64: string): Promise<string>;
/**
 * Compress data to base64 encoded string
 */
export declare function deflate(data: string): Promise<string>;
//# sourceMappingURL=index.d.ts.map