export declare const getCampaignReports: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
    startDate: import("@activepieces/pieces-framework").DateTimeProperty<false>;
    endDate: import("@activepieces/pieces-framework").DateTimeProperty<false>;
}>;
