/** * Fetches data by barcode. * * @param {string} code - The barcode to search for. * @returns - A promise that resolves with the API response. */ export declare function fetchByBarcode(code: string): Promise>; //# sourceMappingURL=barcode.d.ts.map