import { NamedFunction1 } from './_Base';
import { BaseNodeType } from '../nodes/_Base';
export declare function dummyReadRefVal(value: number | null): void;
export declare class getNode extends NamedFunction1<[string]> {
    static type(): string;
    func(nodePath: string): BaseNodeType;
}
