declare type FixedAsset = { include: string; exclude: string[]; outDir: string; root: string; }; export declare class AssetsService { private readonly tsconfigService; private readonly configService; private readonly fileService; private readonly watchers; get assets(): FixedAsset[]; private get cacheDir(); private get watch(); private get watchAssets(); stopWatch(): Promise; copy(): Promise; private globCopy; private watchAsset; } export {};