export declare const novinhubCreatePostAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    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>;
    poll: import("@anjir/apps-framework").JsonProperty<false>;
    reels: import("@anjir/apps-framework").CheckboxProperty<false>;
    first_comment: import("@anjir/apps-framework").ShortTextProperty<false>;
    telegram_pin_message: import("@anjir/apps-framework").CheckboxProperty<false>;
    telegram_has_signature: import("@anjir/apps-framework").CheckboxProperty<false>;
    telegram_buttons: import("@anjir/apps-framework").ArrayProperty<false>;
    youtube_title: import("@anjir/apps-framework").ShortTextProperty<false>;
    youtube_privacy: import("@anjir/apps-framework").StaticDropdownProperty<string, false>;
    linkedin_title: import("@anjir/apps-framework").ShortTextProperty<false>;
}>;
