import { SKLayer } from '../types';
declare const handleSortPosition: (layers: SKLayer[]) => SKLayer[];
export default handleSortPosition;
