import { EquatableKey } from '@neo-one/node-core-browserify';
import { ObjectStackItem } from './ObjectStackItem';
export declare class EquatableKeyStackItem<Value extends EquatableKey> extends ObjectStackItem<Value> {
toStructuralKey(): string;
equals(other: any): boolean;
}