import { CardInfo } from '../../components/interface';
import { TypesAction } from './types';
export declare const addCard: (card: CardInfo) => TypesAction;
