import { ConfigurationRecord, Task } from "."; /** * Creates a list of {@see oraTask} which can be used to bootstrap configuration and installation of a certain package. * @param npmPackageName * @param configurationItems */ export declare const getPackageBootstrapTasks: (npmPackageName: string, configurationItems: ConfigurationRecord) => Task[]; //# sourceMappingURL=get-package-bootstrap-tasks.function.d.ts.map