import { HttpBodyParser } from '@backstage/plugin-events-node'; export declare const defaultHttpBodyParsers: { [contentType: string]: HttpBodyParser; };