import { Command } from 'commander'; export declare function discoverAssetTree(sourceFilePath: string, sourceCode?: string): Map; export declare function registerBuildCommand(program: Command): void; //# sourceMappingURL=build.d.ts.map