/** * Creates a `vec3` using three scalar values that can be provided from separate inputs. * */ declare class VisualShaderNodeVectorCompose extends VisualShaderNode { /** * Creates a `vec3` using three scalar values that can be provided from separate inputs. * */ new(): VisualShaderNodeVectorCompose; static "new"(): VisualShaderNodeVectorCompose connect>(signal: T, method: SignalFunction): number; }