import { NamedFunction1 } from './_Base';
export declare class getActorNodeParamValue extends NamedFunction1<[string]> {
    static type(): string;
    func(paramName: string): string | number | boolean | import("three").Vector2 | import("three").Vector3 | import("three").Vector4 | import("three").Color | import("../params/ramp/RampValue").RampValue | import("../../core/Walker").TypedParamPathParamValue | import("../../core/Walker").TypedNodePathParamValue | null | undefined;
}
