export declare class QueuesDataDragonDTO { queueId: number; map: string; description: string | null; notes: string | null; }