import { type FrameworkConfigRenderContext, type FrameworkConnectionPlan, type FrameworkConnectionRequest, type FrameworkProfile } from "./framework-integration-types.js"; export declare const SHARED_TOKEN = ""; export declare function listFrameworkProfiles(): readonly FrameworkProfile[]; export declare function getFrameworkProfile(id: string): FrameworkProfile | undefined; export declare function createFrameworkConnectionPlan(request: FrameworkConnectionRequest): FrameworkConnectionPlan; export declare function resolveReverseFrameworkEndpoint(frameworkOrigin: URL, path: string): string; export declare function renderBuiltinFrameworkConfig({ profile, onebotsEndpoint, endpoint, }: FrameworkConfigRenderContext): string; //# sourceMappingURL=framework-integration-connection.d.ts.map