import { Features } from './Features';
export declare class b2ContactID {
    constructor();
    Set(id: b2ContactID): void;
    Copy(): b2ContactID;
    get key(): number /** uint */;
    set key(value: number /** uint */);
    features: Features;
    _key: number /** uint */;
}
//# sourceMappingURL=b2ContactID.d.ts.map