/**
 * Minimal ABI for checking contract versions.
 * Contains only getInitializedVersion method supported by all versioned contracts.
 */
export declare const VersionCheckAbi: readonly [{
    readonly type: "function";
    readonly name: "getInitializedVersion";
    readonly inputs: readonly [];
    readonly outputs: readonly [{
        readonly name: "";
        readonly type: "uint64";
        readonly internalType: "uint64";
    }];
    readonly stateMutability: "view";
}];
//# sourceMappingURL=VersionCheck.d.ts.map