/** * citext Setup Prompt * * Complete guide for setting up case-insensitive text with citext. */ import type { PromptDefinition } from "../../../types/index.js"; export declare function createSetupCitextPrompt(): PromptDefinition; //# sourceMappingURL=citext.d.ts.map