export declare const getCampaignStats: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
    campaignId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
    version: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
    startDate: import("@activepieces/pieces-framework").DateTimeProperty<false>;
    endDate: import("@activepieces/pieces-framework").DateTimeProperty<false>;
    userId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
}>;
