import { IPlugin } from './plugin.interface'; export declare const PLUGINS: { [key: string]: () => IPlugin; }; export declare function getPlugin(name: string): Promise; export * from './apm'; export * from './dev-errors'; export * from './health'; export * from './logger'; export * from './route'; export * from './sanitizer'; export * from './swagger'; export * from './plugin.interface';