import type { IGetDetailResult } from "../interfaces/get-detail.interface"; declare const getDetailItem: (id: number) => Promise; export default getDetailItem; //# sourceMappingURL=get-detail-item.d.ts.map