import { Uint64 } from '../values/uint64'; import { BasePrimitive } from './base-primitive'; export declare class TypeOfUint64 extends BasePrimitive { name: string; create(value: string | null): Uint64; } export declare const TypeUint64: TypeOfUint64;