export const dependencies: URL[]; declare const _default: "\n\nvec2 rotate(vec2 v, float angle) {\n return rotation2d(angle) * v;\n}\n\nvec3 rotate(vec3 v, vec3 axis, float angle) {\n return (rotation3d(axis, angle) * vec4(v, 1.0)).xyz;\n}\n\n"; export default _default;