import type { Metadata } from "next";
import type { OberonAdapter } from "./dtd";
export declare function getMetaData({ getPageData }: OberonAdapter, path?: string[], action?: string): Promise<Metadata>;
//# sourceMappingURL=get-metadata.d.ts.map