import { Card } from './card.model'; export declare class CardCollection { cards: Card[]; count: number; total: number; }