export type IBuildIncludePaths = (
  nodeSassIncludePaths: string,
  previouslyResolvedPath: string,
) => string[];
