export declare const novinhubReplyToConversationAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    conversationId: import("@anjir/apps-framework").NumberProperty<true>;
    content: import("@anjir/apps-framework").LongTextProperty<true>;
    attachment: import("@anjir/apps-framework").FileProperty<false>;
    generics: import("@anjir/apps-framework").JsonProperty<false>;
    buttons: import("@anjir/apps-framework").JsonProperty<false>;
}>;
