import { DialogueTree } from '../types'; import { FlagSchema } from '../types/flags'; /** * Legacy TypeScript examples * These are kept for backward compatibility while we migrate to Yarn format * TODO: Convert these to Yarn format and remove this file */ export declare const demoFlagSchemas: Record; export declare const exampleDialogues: Record;