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