export default interface IECMAScriptModuleImport {
	url: string;
	type: string;
}
