export type RegisterOwnerFioDomainOptions = {
    fioDomain: string
    maxFee: number
    ownerPublicKey: string
    technologyProviderId?: string | null
    expirationOffset?: number | null,
}
