export declare class UpdateQualityCheckDto {
    status?: 'pass' | 'fail';
    notes?: string;
}
