import { ISBN } from "../types/isbn"; export declare const getBy: (isbn: string, provider?: "cbl" | "mercado-editorial" | "open-library" | "google-books") => Promise>;