import type TransformingNetworkClient from '../../communication/TransformingNetworkClient'; import type Seal from '../../types/Seal'; import { type ProfileData } from './data'; import ProfileHelper from './ProfileHelper'; type Profile = Seal; export default Profile; export declare function transform(networkClient: TransformingNetworkClient, input: ProfileData): Profile;