import { ClientFactory } from "../analysis/offline/persist/pgUtils";
import { AspectRegistry } from "../aspect/AspectRegistry";
import { PlantedTree } from "../tree/sunburst";
/**
 * Return a tree from fingerprint name -> instances -> repos
 * @return {Promise<PlantedTree>}
 */
export declare function buildFingerprintTree(world: {
    aspectRegistry: AspectRegistry;
    clientFactory: ClientFactory;
}, params: {
    workspaceId: string;
    fingerprintName: string;
    fingerprintType: string;
    byName: boolean;
    otherLabel: boolean;
    showPresence: boolean;
    byOrg: boolean;
    trim: boolean;
    showProgress: boolean;
}): Promise<PlantedTree>;
//# sourceMappingURL=buildFingerprintTree.d.ts.map