export type IResolveGlobUrl = (
  url: string,
  includePaths?: string[],
) => string[]|null;
