import type { OpenApiFile, DecoratedNavigationPage } from '@mintlify/models';
import { AsyncAPIFile } from '../types/asyncapi.js';
export declare const getDecoratedNavPageAndSlug: (pagePath: string, pageContent: string, openApiFiles: OpenApiFile[], asyncApiFiles: AsyncAPIFile[]) => {
    pageMetadata: DecoratedNavigationPage;
    slug: string;
};
