import type { OnerrorConfig } from './config/config.default.js'; export type { OnerrorConfig }; declare module '@eggjs/core' { interface EggAppConfig { onerror: OnerrorConfig; } }