import { TriggerStrategy } from '@anjir/apps-framework';
export declare const novinhubWebhookTrigger: import("@anjir/apps-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    event_type: import("@anjir/apps-framework").StaticDropdownProperty<"message_created" | "comment_created" | "autoform_completed" | "leed_created" | "revalidate" | "all", true>;
    webhook_instructions: import("dist/packages/apps/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
}> | import("@anjir/apps-framework").ITrigger<TriggerStrategy.POLLING, import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    event_type: import("@anjir/apps-framework").StaticDropdownProperty<"message_created" | "comment_created" | "autoform_completed" | "leed_created" | "revalidate" | "all", true>;
    webhook_instructions: import("dist/packages/apps/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
}> | import("@anjir/apps-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@anjir/apps-framework").OAuth2Property<import("@anjir/apps-framework").OAuth2Props>, {
    event_type: import("@anjir/apps-framework").StaticDropdownProperty<"message_created" | "comment_created" | "autoform_completed" | "leed_created" | "revalidate" | "all", true>;
    webhook_instructions: import("dist/packages/apps/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
}>;
