import type { Importer } from "sass";
declare const importer: (resourcePath: string, debug: boolean) => Importer<"sync">;
export = importer;
