export declare class CreateSenderProfileDto {
    name: string;
    emailAddress: string;
    isActive: boolean;
}
