declare const _default: import("@agent-native/core").ActionDefinition<{ app: string; message: string; async?: boolean | undefined; maxWaitMs?: number | undefined; }, { app: string; routedVia: "a2a"; taskId: string; status: string; response?: string; receipts?: import("node_modules/@agent-native/core/dist/a2a/artifact-response.js").A2APersistedMutationReceipt[]; error?: string; inputRequired?: string; statusRead?: "unavailable"; retryable?: true; errorCategory?: "rate_limited" | "timeout" | "transport" | "upstream_5xx"; attempts?: number; pollAfterMs?: number; poll?: { tool: "ask_app_status"; arguments: { app: string; taskId: string; }; }; message?: string; }>; export default _default; //# sourceMappingURL=ask_app.d.ts.map