export declare const novinhubListPostsAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    account_ids: import("@anjir/apps-framework").ArrayProperty<false>;
    order: import("@anjir/apps-framework").StaticDropdownProperty<string, false>;
    publish_from: import("@anjir/apps-framework").DateTimeProperty<false>;
    publish_to: import("@anjir/apps-framework").DateTimeProperty<false>;
    page: import("@anjir/apps-framework").NumberProperty<false>;
}>;
