import { Layer } from "../../../picasso-layout/src/types"; declare const sortDSL: (data: Layer[]) => Layer[]; export default sortDSL;