import { CreateQrEncrpytDto } from './create-qr-encrpyt.dto';
declare const UpdateQrEncrpytDto_base: import("@nestjs/common").Type<Partial<CreateQrEncrpytDto>>;
export declare class UpdateQrEncrpytDto extends UpdateQrEncrpytDto_base {
}
export {};
