/**
 * rounds an input value to the nearest integer
 *
 *
 *
 */
import { BaseNodeGlMathFunctionArg1GlNode } from './_BaseMathFunction';
import { ShadersCollectionController } from './code/utils/ShadersCollectionController';
export declare class RoundGlNode extends BaseNodeGlMathFunctionArg1GlNode {
    static type(): string;
    setLines(shadersCollectionController: ShadersCollectionController): void;
    private _singleLine;
}
