export default interface IModuleImportMapRule {
	from: string;
	to: string;
}
