export declare function _isComputed(value: any, property?: PropertyKey): boolean; export declare function isComputed(value: any): boolean; export declare function isComputedProp(value: any, propName: PropertyKey): boolean;