import { SoundClientInstance } from '../instance'; import type { Address } from 'viem'; export declare function isSoundV1_2_OrGreater(this: SoundClientInstance, { editionAddress }: { editionAddress: Address; }): Promise;