import { CruxUser } from "../../core/entities/crux-user";
export declare class CruxExplorerClient {
private cruxBlockstackInfrastructure;
private cruxUserRepository;
constructor();
getCruxUserById: (cruxIdString: string) => Promise<CruxUser | undefined>;
}