declare const _default: import("@agent-native/core").ActionDefinition<{ command: { type: "create"; prompt: string; } | { type: "list"; } | { type: "status"; runRef?: string | undefined; } | { type: "continue"; runRef: string; text: string; } | { type: "approve"; approvalId: string; } | { type: "deny"; approvalId: string; } | { type: "stop"; runRef: string; }; source?: { platform?: string | undefined; externalThreadId?: string | undefined; senderId?: string | undefined; senderName?: string | undefined; messageId?: string | undefined; timestamp?: number | undefined; } | undefined; }, import("../server/lib/dispatch-remote-commands.js").RemoteCodeCommandResult>; export default _default; //# sourceMappingURL=send-code-agent-remote-command.d.ts.map