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