type ImportMap = { imports?: Record; scopes?: { [scope: string]: Record; }; }; export type Args = { path: string; provider?: Provider; excludeDependencies?: string[]; inputMap?: ImportMap; }; export type Provider = "jspm.io" | "jspm.io#system" | "skypack" | "jsdelivr" | "unpkg" | "esm.sh" | "deno" | "denoland"; export {}; //# sourceMappingURL=types.d.ts.map