export declare const novinhubUpdateAccountAction: import("@anjir/apps-framework").IAction<import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    accountId: import("@anjir/apps-framework").NumberProperty<true>;
    type: import("@anjir/apps-framework").StaticDropdownProperty<"Telegram" | "Bale" | "Eitaa" | "Gap" | "Soroush", true>;
    redirect: import("@anjir/apps-framework").ShortTextProperty<false>;
    username: import("@anjir/apps-framework").ShortTextProperty<false>;
    telegram_botusername: import("@anjir/apps-framework").ShortTextProperty<false>;
    telegram_botapikey: import("@anjir/apps-framework").ShortTextProperty<false>;
    bale_botusername: import("@anjir/apps-framework").ShortTextProperty<false>;
    bale_botapikey: import("@anjir/apps-framework").ShortTextProperty<false>;
    eitaa_token: import("@anjir/apps-framework").ShortTextProperty<false>;
    gap_botusername: import("@anjir/apps-framework").ShortTextProperty<false>;
    gap_botapikey: import("@anjir/apps-framework").ShortTextProperty<false>;
    soroush_botapikey: import("@anjir/apps-framework").ShortTextProperty<false>;
}>;
