import { TraderType } from "./TraderType"; export declare function getExteriorDescription(): string; export declare function getInteriorDescription(): string; export declare function getShopDescription(): string; export declare function getGoodsName(traderType: TraderType): string;