/**
 * Entity dump — prints every piece of data related to a single entity.
 */
/**
 * Fetch and display all data for the given entity ID:
 * entity row, content, relationships (in/out), identifiers, claims, annotations.
 */
export declare function entityDump(entityId: string): Promise<void>;
//# sourceMappingURL=entity.d.ts.map