import { Int } from '../base/Int.js';
declare const i64_base: import("../types/codec.js").CodecClass<Int, any[]>;
/**
 * @name i64
 * @description
 * A 64-bit signed integer
 */
export declare class i64 extends i64_base {
    readonly __IntType = "i64";
}
export {};
