import { type Address } from 'viem'; import type { RhinestoneAccountConfig } from '../types'; import { type ModeleSetup } from './common'; declare function getV0Attesters(): { addresses: Address[]; threshold: number; }; declare function getV0Setup(config: RhinestoneAccountConfig): ModeleSetup; export { getV0Attesters, getV0Setup }; //# sourceMappingURL=legacy.d.ts.map