export declare function telegramRleEncode(buf: Uint8Array): Uint8Array; export declare function telegramRleDecode(buf: Uint8Array): Uint8Array; export declare function assertNever(_: never): never;