import type { TSESTree } from '@typescript-eslint/types';
export declare class Property {
    private node;
    constructor(node: TSESTree.Property);
    getValue<T>(): T;
}
//# sourceMappingURL=property.d.ts.map