import type { Syntax } from "sass-embedded"; declare function inferSyntax(filePath: string): Syntax; export { inferSyntax }; //# sourceMappingURL=syntax.d.ts.map