import type { ErrorBagInterface } from '../types/Http.js';
export declare const useErrorBag: () => ErrorBagInterface;
