export declare class SubscribeContactToListDto {
    list: string;
    contact: string;
    status: string;
}
