import { DSL, SKLayer } from '../types'; declare const _default: (sketchData: SKLayer[], type: string) => DSL; export default _default;