* @refcount 1 */ function bzerror($bz): array {} function bzcompress(string $data, int $block_size = 4, int $work_factor = 0): string|int {} function bzdecompress(string $data, bool $use_less_memory = false): string|int|false {}