import { ParsedBubble } from '@bubblelab/shared-schemas'; export interface ParseResult { success: boolean; bubbles: Record; errors?: string[]; warnings?: string[]; } //# sourceMappingURL=index.d.ts.map