import type { AsyncAPISchema } from '@asyncapi/parser/esm/types'; export declare function proto2jsonSchema(rawSchema: string): AsyncAPISchema;