export declare class AddTagToContactDto {
    contact: string;
    tag: string;
}
