import { syncChunkPaths as otherSyncChunkPaths } from 'syncChunkPaths';
import { syncChunkPaths } from 'fusion-core';

otherSyncChunkPaths();
syncChunkPaths('foo');
