import Slice from './type'

export default toString

declare function toString(slice: Slice): string
