import { Flow } from "../types"; export declare class UnregisteredCompressionTypeError extends Error { constructor(type: string, flow: Flow); }