export declare class CreateQrTypeDto {
    text: string;
}
