import { Plugin } from '@tachybase/client'; declare class ErrorHandlerPlugin extends Plugin { load(): Promise; } export default ErrorHandlerPlugin;