import type { AsyncAPIFile, ParsedAsyncApiPageMetadata } from '../types/asyncapi.js';
export declare const getAsyncApiChannelMetadata: (asyncApiMetaField: string, asyncApiFiles: AsyncAPIFile[]) => ParsedAsyncApiPageMetadata;
