import BytesType from "./bytes-type"; export default class ContractAddress extends BytesType { constructor(authenticationToken: string | Uint8Array); equals(other: ContractAddress): boolean; toHexString(): string; protected getRequiredByteLength(): number; }