import { UintVariable } from './UintVariable';
export declare class Uint160 extends UintVariable {
    static readonly Zero: Uint160;
    constructor(value?: ArrayBuffer);
    static readonly parse: (str: string) => Uint160;
}
