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