import { GoodDetails } from './types'; export declare const getListDetail: (list: any[]) => GoodDetails[];