import { Hash } from 'viem'; import { PrivateKeyAccount } from 'viem/accounts'; export declare function allocateAccount(serviceName: string): PrivateKeyAccount; export declare function allocateAccountKey(serviceName: string): Hash; //# sourceMappingURL=account.d.ts.map