declare const _default: import("@agent-native/core").ActionDefinition<{ platform?: "email" | "slack" | "telegram" | undefined; destinationId?: string | undefined; destination?: string | undefined; threadRef?: string | undefined; tenantId?: string | undefined; text: string; }, { ok: boolean; platform: "email" | "slack" | "telegram"; destination: string; threadRef: string | null; }>; export default _default; //# sourceMappingURL=send-platform-message.d.ts.map