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