import { Hash } from 'viem'; import * as types from './types.js'; export declare function handleGetAccount(requesterService: string, { id }: types.GetAccountParams): Promise; export declare function handleAcquireIdentity(gasKey: Hash, requesterService: string, opts: types.AcquireIdentityParams): Promise; //# sourceMappingURL=identity.d.ts.map