export declare const novinhubListConversationsAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    tag: import("@anjir/apps-framework").ArrayProperty<true> | import("@anjir/apps-framework").ArrayProperty<false>;
    status: import("@anjir/apps-framework").StaticDropdownProperty<string, false>;
    search: import("@anjir/apps-framework").ShortTextProperty<false>;
    after: import("@anjir/apps-framework").ShortTextProperty<false>;
    before: import("@anjir/apps-framework").ShortTextProperty<false>;
}>;
