import { TSESTree } from '@typescript-eslint/types';
export declare class Variable {
    private node;
    constructor(node: TSESTree.VariableDeclarator);
    get name(): string;
    get isArrowFunction(): boolean;
    get arrowFunction(): TSESTree.ArrowFunctionExpression;
}
//# sourceMappingURL=variable.d.ts.map