export interface ILink {
    location(): Promise<string>;
}
