/**
 * Converts a PKP string to a checksummed Ethereum address
 * @param pkpPublicKey - The PKP string to convert
 * @returns A checksummed Ethereum address
 */
export declare function toEthAddress(pkpPublicKey: string): any;
//# sourceMappingURL=toEthAddress.d.ts.map