import type { H3Event } from "h3"; import type { AuthSession } from "./auth.js"; export declare function buildEmbedStartPath(ticket: string): string; export interface EmbedStartRouteOptions { getExistingSession?: (event: H3Event) => Promise; } export declare function createEmbedStartRouteHandler(options?: EmbedStartRouteOptions): import("h3").EventHandlerWithFetch>; //# sourceMappingURL=embed-route.d.ts.map