export declare const novinhubUpdateAutomationMessageAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    accountId: import("@anjir/apps-framework").NumberProperty<true>;
    messageId: import("@anjir/apps-framework").NumberProperty<true>;
    title: import("@anjir/apps-framework").ShortTextProperty<true>;
    type: import("@anjir/apps-framework").StaticDropdownProperty<"text" | "button" | "media" | "products", true>;
    text: import("@anjir/apps-framework").LongTextProperty<true>;
    quick_replies: import("@anjir/apps-framework").ArrayProperty<true> | import("@anjir/apps-framework").ArrayProperty<false>;
    buttons: import("@anjir/apps-framework").ArrayProperty<true> | import("@anjir/apps-framework").ArrayProperty<false>;
    file_id: import("@anjir/apps-framework").NumberProperty<false>;
    product_ids: import("@anjir/apps-framework").ArrayProperty<true> | import("@anjir/apps-framework").ArrayProperty<false>;
}>;
