import type { ResolveMap } from '@ms-cloudpack/common-types'; import { type CreateResolveMapOptions } from '@ms-cloudpack/package-utilities'; import type { Context } from '../types/Context.js'; /** * Create the resolve map, logging the results to the task reporter. * Throws if dependencies could not be resolved. * * Usually this will contain all dependencies of `appPath` (and other paths if specified), * but if `onlyResolveDependencies` are set, it will only contain the package at `appPath`. */ export declare function createResolveMapTask(options: Pick, context: Pick): Promise; //# sourceMappingURL=createResolveMapTask.d.ts.map