export declare const novinhubEditPostAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    postGroupId: import("@anjir/apps-framework").ShortTextProperty<true>;
    caption: import("@anjir/apps-framework").LongTextProperty<true>;
    type: import("@anjir/apps-framework").StaticDropdownProperty<string, true>;
    account_ids: import("@anjir/apps-framework").ArrayProperty<true>;
    media_ids: import("@anjir/apps-framework").ArrayProperty<false>;
    is_scheduled: import("@anjir/apps-framework").CheckboxProperty<false>;
    schedule_date: import("@anjir/apps-framework").DateTimeProperty<false>;
    is_draft: import("@anjir/apps-framework").CheckboxProperty<false>;
    location: import("@anjir/apps-framework").ShortTextProperty<false>;
    hashtag: import("@anjir/apps-framework").ArrayProperty<false>;
    custom_captions: import("@anjir/apps-framework").JsonProperty<false>;
    photo_tags: import("@anjir/apps-framework").JsonProperty<false>;
}>;
