export type ISassUrlVariants = (
  url: string,
  extensions?: string[],
) => string[];
