import { StarnameClient } from "../starnameClient"; import { Task } from "../starnameClient/task"; export declare const NoIOVAddressLinkedToStarnameError: { code: number; title: string; body: string; }; export declare const getIOVAddressForStarname: (client: StarnameClient, name: string) => Task;