import { AthenaFetchError } from './error-utils.js'; export declare function shouldSuppressErrorToast(error: AthenaFetchError): boolean; export declare function ErrorToaster(): null;