export declare const sendChatMessage: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {
    space: import("@activepieces/pieces-framework").DropdownProperty<any, true>;
    manualSpaceId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
    message: import("@activepieces/pieces-framework").LongTextProperty<true>;
    thread: import("@activepieces/pieces-framework").ShortTextProperty<false>;
}>;
