export declare const reqMintFire: import("arktype/internal/variants/object.ts").ObjectType<{ type: "vibes.diy.req-mint-fire"; auth: { type: "clerk" | "device-id" | "ucan"; token: string; }; chatId: string; ownerHandle: string; appSlug: string; codegenShard: string; prompt: string; }, {}>; export type ReqMintFire = typeof reqMintFire.infer; export declare function isReqMintFire(obj: unknown): obj is ReqMintFire; export declare const resMintFire: import("arktype/internal/variants/object.ts").ObjectType<{ type: "vibes.diy.res-mint-fire"; accepted: boolean; }, {}>; export type ResMintFire = typeof resMintFire.infer; export declare function isResMintFire(obj: unknown): obj is ResMintFire;