import type { Hex } from 'viem'; import type { IdentityKeys } from './types.js'; export declare const createAppIdentity: () => IdentityKeys & { address: string; addressPrivateKey: Hex; }; //# sourceMappingURL=create-app-identity.d.ts.map