import type { IOxford } from "../../types/index.js";
export declare function findCard(id: string): Promise<IOxford | null>;
//# sourceMappingURL=findCard.d.ts.map