import { NgPackageData } from './../model/ng-package-data'; /** * Copies compiled source files from the build directory to the correct locations in the destination directory. * * @param ngPkg Angular package data. * @param baseBuildPath Path to where the source files are staged. */ export declare function copySourceFilesToDestination(ngPkg: NgPackageData, baseBuildPath: string): Promise;