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