export declare const ProjectResponseError: { new (args?: { message?: string; cause?: unknown; } | undefined): import("@agentuity/adapter").RichError & { readonly _tag: "ProjectResponseError"; } & Readonly>; readonly defaultMessage?: string; } & (>() => { new (args?: (Shape extends Record ? { message?: string; cause?: unknown; } : Shape & { message?: string; cause?: unknown; }) | undefined): import("@agentuity/adapter").RichError & { readonly _tag: "ProjectResponseError"; } & Readonly; readonly defaultMessage?: string; }); export declare const ProjectNotFoundError: { new (args?: ({ id: string; } & { message?: string; cause?: unknown; }) | undefined): import("@agentuity/adapter").RichError & { readonly _tag: "ProjectNotFoundError"; } & Readonly<{ id: string; }>; readonly defaultMessage?: string; }; export declare const AgentNotFoundError: { new (args?: ({ id: string; } & { message?: string; cause?: unknown; }) | undefined): import("@agentuity/adapter").RichError & { readonly _tag: "AgentNotFoundError"; } & Readonly<{ id: string; }>; readonly defaultMessage?: string; }; export declare const MalwareCheckError: { new (args?: ({ deploymentId: string; } & { message?: string; cause?: unknown; }) | undefined): import("@agentuity/adapter").RichError & { readonly _tag: "MalwareCheckError"; } & Readonly<{ deploymentId: string; }>; readonly defaultMessage?: string; }; //# sourceMappingURL=util.d.ts.map