import { type OberonAdapter, type OberonConfig, type OberonPlugin, type OberonHandler } from "../lib/dtd";
export declare function initOberon({ config, plugins, }: {
    config: OberonConfig;
    plugins: OberonPlugin[];
}): {
    handler: OberonHandler<{
        path: string[];
    }>;
    adapter: OberonAdapter;
};
//# sourceMappingURL=init-oberon.d.ts.map