import { z } from 'zod'; export declare const UserBadge: z.ZodObject<{ name: z.ZodString; userId: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type UserBadge = z.infer; export declare const BADGES: { readonly 'first-build': { readonly imageUrl: "https://cdn.activepieces.com/badges/first-build.gif"; readonly title: "First Build"; readonly description: "I had published my first flow and automation is officially real."; }; readonly 'on-a-roll': { readonly imageUrl: "https://cdn.activepieces.com/badges/on-a-roll.gif"; readonly title: "On a Roll"; readonly description: "I have 5 active flows and I'm getting the hang of this."; }; readonly 'automation-addict': { readonly imageUrl: "https://cdn.activepieces.com/badges/automation-addict.gif"; readonly title: "Automation Addict"; readonly description: "I have 10 active flows and I'm basically an automation pro."; }; readonly 'cant-stop': { readonly imageUrl: "https://cdn.activepieces.com/badges/cant-stop.gif"; readonly title: "Can't Stop"; readonly description: "I have 50 active flows and automation just happens around me."; }; readonly 'webhook-wizard': { readonly imageUrl: "https://cdn.activepieces.com/badges/webhook-wizard.gif"; readonly title: "Webhook Wizard"; readonly description: "I used webhooks and my triggers are endless now."; }; readonly 'agentic-genius': { readonly imageUrl: "https://cdn.activepieces.com/badges/agentic-genius.gif"; readonly title: "Agentic Genius"; readonly description: "I used AI and my automation just got smarter."; }; readonly 'coding-chad': { readonly imageUrl: "https://cdn.activepieces.com/badges/coding-chad.gif"; readonly title: "Coding Chad"; readonly description: "I used custom code and made my flow do tricks no one else can."; }; readonly 'back-again': { readonly imageUrl: "https://cdn.activepieces.com/badges/back-again.gif"; readonly title: "Back Again"; readonly description: "I tested a flow and it failed to run... but I learned something valuable."; }; readonly victory: { readonly imageUrl: "https://cdn.activepieces.com/badges/victory.gif"; readonly title: "Victory"; readonly description: "I tested a flow and it ran successfully... the joy is real!"; }; }; //# sourceMappingURL=index.d.ts.map