/** * ltree Setup Prompt * * Complete guide for setting up hierarchical data with ltree. */ import type { PromptDefinition } from "../../../types/index.js"; export declare function createSetupLtreePrompt(): PromptDefinition; //# sourceMappingURL=ltree.d.ts.map