import type { IOxfordPronunciation, IOxfordPronunciationRegion } from "../../types/index.js";
export interface ICardPronunciationRequest {
    id: string;
    region: IOxfordPronunciationRegion;
}
export declare function getCardPronunciation({ id, region, }: ICardPronunciationRequest): Promise<IOxfordPronunciation[] | null>;
//# sourceMappingURL=getCardPronunciation.d.ts.map