import { ContactStatus } from '../entities/contact-submission.entity';
export declare class UpdateStatusDto {
    status: ContactStatus;
}
