export type IResolveUrl = (
  url: string,
  includePaths?: string[],
) => string;
