import Mat4 from '../../../maths/mat4/type'

import Slice from './type'

export default transform

declare function transform(matrix: Mat4, slice: Slice): Slice
