import { ApiErrorContext } from './index.js'; export declare function shouldSuppressError(err: unknown, context?: ApiErrorContext): boolean;