export type ICleanImportUrl = (
  url: string,
) => string;
