export default function nodeConfig({ entry, output, dir, assetPrefixs }: { entry: any; output: string; dir: string; assetPrefixs: string; }): any;