import { IVec3Like } from './IVec3Like';
import { Vec3 } from './Vec3';
export declare function Vec3RotateY(a: Vec3, origin: IVec3Like, angle: number, out?: Vec3): Vec3;
//# sourceMappingURL=Vec3RotateY.d.ts.map