export declare function fetchByAlias(base: string, alias: string): Promise; export declare function fetchByAddress(base: string, address: string): Promise; export interface IByAlias { address: string; } export declare type IByAddress = Array;