import Mat4 from './type'

export default copy

declare function copy(out: Mat4, matrix: Mat4): Mat4
