import type { KeyringAccountType } from "../api/index.cjs";
/**
 * Checks if the given type is an EVM account type.
 *
 * @param type - The type to check.
 * @returns Returns true if the type is an EVM account type, false otherwise.
 */
export declare function isEvmAccountType(type: KeyringAccountType): boolean;
//# sourceMappingURL=utils.d.cts.map