declare const _default: import("@agent-native/core").ActionDefinition<{ app: string; view?: string | undefined; path?: string | undefined; params?: Record | undefined; embed?: boolean | undefined; chrome?: "full" | "minimal" | undefined; }, { app: string; view?: string; path?: string; url: string; embed?: boolean; chrome?: "full" | "minimal"; embedStartUrl?: string; embedTargetPath?: string; embedExpiresAt?: number; }>; export default _default; //# sourceMappingURL=open_app.d.ts.map