import type { ParsedAddressParams, Version } from '../../types/internal'; import type { Interaction } from '../common/types'; export declare function showAddressV7(version: Version, addressParams: ParsedAddressParams): Interaction; //# sourceMappingURL=showAddress.d.ts.map