/**
 * aligns vectors
 *
 *
 *
 *
 */
import { Number3 } from '../../../types/GlobalTypes';
import { GlConnectionPointType } from '../utils/io/connections/Gl';
declare const VectorAlignGlNode_base: typeof import("./_BaseMathFunction").BaseNodeGlMathFunctionArg3GlNode;
export declare class VectorAlignGlNode extends VectorAlignGlNode_base {
    protected _expected_input_types(): GlConnectionPointType[];
    protected _expected_output_types(): GlConnectionPointType[];
    paramDefaultValue(name: string): Number3;
}
export {};
