import type { ImporterReturnType } from "node-sass";
declare const importer: (url: string, previousImporter: string) => ImporterReturnType | null;


export = importer;