import type { PrivateKeyAccount } from 'viem';
export declare function kaiaAccount(address: `0x${string}`, privateKey: `0x${string}`): PrivateKeyAccount;
