import { CardIndex } from ".";
export declare function generateText(deck: Uint32Array, data: CardIndex): string;
