import { AssetManifest } from './types';
export declare function scanAssets(basePath: string): Promise<AssetManifest>;
