import { type Hex } from 'viem'; import type { Session, SmartSessionMockShape } from './types.js'; export declare function buildSmartSessionMockSignature(input: { readonly session: Session; readonly environment: 'production' | 'development'; readonly chainCount?: number; readonly targetChainId?: number; readonly shape?: SmartSessionMockShape; }): Hex; //# sourceMappingURL=mock-signature.d.ts.map