import { Card } from "@flesh-and-blood/types";
export declare const getCardByName: (name: string, cards: Card[]) => Card;
export declare const getCleanText: (text: string) => string;
export declare const getNormalizedText: (text: string) => string;
