export type ImportTarget = { target: string; start: number; }; export declare function sassImportParser(code: string): ImportTarget[]; //# sourceMappingURL=sassImportParser.d.ts.map