export declare function makeProfileZoneFile(origin: string, tokenFileUrl: string): any;
export declare function getTokenFileUrl(zoneFileJson: any): string | null;
export declare function resolveZoneFileToProfile(zoneFile: any, publicKeyOrAddress: string): Promise<{}>;
