import { Fetcher } from '../../../common/api'; import { IPerson } from '../../../person'; export declare const setDefaultCard: (fetcher: Fetcher, cardId: string) => Promise;