/** * Deterministic error type for zstd operations. */ export declare class ZstdError extends Error { readonly code: string; constructor(message: string, code: string); }