import Slice from './type'

export default create

declare function create(edges?: Slice['edges']): Slice
