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