import Safe from '@safe-global/protocol-kit';
export declare const EQ_OR_GT_0_3_0 = ">=0.3.0";
export declare function sameString(str1: string, str2: string): boolean;
export declare function entryPointToSafeModules(entryPoint: string): "0.2.0" | ">=0.3.0";
export declare function isEntryPointV6(address: string): boolean;
export declare function isEntryPointV7(address: string): boolean;
export declare function getSafeNonceFromEntrypoint(protocolKit: Safe, safeAddress: string, entryPointAddress: string): Promise<bigint>;
//# sourceMappingURL=entrypoint.d.ts.map