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