import { DSL } from './types'; declare const styleFix: (dsl: DSL) => DSL; export default styleFix;