import IModuleImportMapRule from './IModuleImportMapRule.cjs'; export default interface IModuleImportMapScope { scope: string; rules: IModuleImportMapRule[]; } //# sourceMappingURL=IModuleImportMapScope.d.ts.map