import type { Hex } from 'viem'; import type { AccountRuntime } from '../../accounts/adapter.js'; import type { SigningContext } from '../../signing/context.js'; export declare function getUserOperationStubSignature(runtime: AccountRuntime, context: SigningContext): Hex; //# sourceMappingURL=validator-account.d.ts.map