/** * Browser callers must come from the Dispatch parent surface. Native callers * carry the parent bearer explicitly; direct in-process action calls have no * request headers and are already inside the server authorization boundary. */ export declare function assertWorkspaceEmbedSessionCaller(headers: Headers | undefined): Promise; declare const _default: import("@agent-native/core").ActionDefinition<{ app?: string | undefined; url?: string | undefined; path?: string | undefined; chrome?: "full" | "minimal" | undefined; }, { startUrl: string; targetPath?: string; expiresAt?: number; app: string; }>; export default _default; //# sourceMappingURL=create_workspace_app_embed_session.d.ts.map