import type { InitializeContext } from "./context/initialize.js"; export declare const initialize: (context: InitializeContext) => Promise;