/** * Fetches data by DV certificate number. * * @param {string | number} certNumber - The DV certificate number to search for. * @returns - A promise that resolves with the API response. */ export declare function fetchByDvCert(certNumber: string | number): Promise>; //# sourceMappingURL=dv-cert.d.ts.map