export declare const createCampaign: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
    name: import("@activepieces/pieces-framework").ShortTextProperty<true>;
    senderId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
    scheduleId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
    trackOpen: import("@activepieces/pieces-framework").CheckboxProperty<false>;
    trackClick: import("@activepieces/pieces-framework").CheckboxProperty<false>;
    trackBounce: import("@activepieces/pieces-framework").CheckboxProperty<false>;
    domainDeductEmail: import("@activepieces/pieces-framework").CheckboxProperty<false>;
}>;
