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