import { type Address, type Chain } from "viem";
import type { EntryPointVersion } from "../entrypoint/types.js";
import type { UserOperationFeeOptions } from "../types";
export declare const getDefaultSimpleAccountFactoryAddress: (chain: Chain, version?: EntryPointVersion) => Address;
export declare const minPriorityFeePerBidDefaults: Map<number, bigint>;
export declare const getDefaultUserOperationFeeOptions: (chain: Chain) => UserOperationFeeOptions;
