export declare let lzo: {
    compress: (state: any) => any;
    decompress: (state: any) => any;
};
