import { LegacyOptions, Options, FileImporter } from 'sass';
export declare const getImporterListLegacy: (importOption: LegacyOptions<"async">["importer"]) => import("sass").LegacyAsyncImporter[];
export declare const getImporterListModern: (importOption: Options<"async">["importers"]) => FileImporter<"async">[];
