/**
 * ABI for the ISemver contract
 */
export declare const ISemverAbi: readonly [{
    readonly inputs: readonly [];
    readonly name: "version";
    readonly outputs: readonly [{
        readonly internalType: "string";
        readonly name: "";
        readonly type: "string";
    }];
    readonly stateMutability: "pure";
    readonly type: "function";
}];
/**
 * Type-safe ABI for the ISemver contract
 */
export type ISemverAbiType = typeof ISemverAbi;
/**
 * Bytecode for the ISemver contract
 */
export declare const ISemverBytecode = "0x";
/**
 * Deployed bytecode for the ISemver contract
 */
export declare const ISemverDeployedBytecode = "0x";
