import { FetchFn } from '@stacks/common';
export declare function resolveZoneFileToPerson(zoneFile: any, publicKeyOrAddress: string, callback: (profile: any) => void, fetchFn?: FetchFn): void;
