import { quat, readonly_quat } from './quat.type.js'; export declare function quat_copy(out: quat, a: readonly_quat): quat;