export interface CardGeratorInterface { createCard(uniqueFrameNumber: number): HTMLIFrameElement; }