import { z } from "zod"; export declare const COMPANY_ARTIFACTS_DEFAULT_LIMIT = 30; export declare const COMPANY_ARTIFACTS_MAX_LIMIT = 100; export declare const COMPANY_ARTIFACTS_MAX_QUERY_LENGTH = 160; export declare const companyArtifactSourceSchema: z.ZodEnum<["document", "attachment", "work_product"]>; export declare const companyArtifactMediaKindSchema: z.ZodEnum<["image", "video", "text", "document", "file", "empty"]>; export declare const companyArtifactGroupBySchema: z.ZodEnum<["none", "task", "parent_task"]>; export declare const companyArtifactsQuerySchema: z.ZodObject<{ kind: z.ZodDefault>>; projectId: z.ZodOptional; q: z.ZodOptional; groupBy: z.ZodDefault>>; groupIssueId: z.ZodOptional; limit: z.ZodDefault>; cursor: z.ZodOptional; }, "strip", z.ZodTypeAny, { kind: "text" | "document" | "all" | "image" | "video" | "file"; limit: number; groupBy: "none" | "task" | "parent_task"; cursor?: string | undefined; projectId?: string | undefined; q?: string | undefined; groupIssueId?: string | undefined; }, { cursor?: string | undefined; kind?: "text" | "document" | "all" | "image" | "video" | "file" | undefined; projectId?: string | undefined; q?: string | undefined; limit?: number | undefined; groupBy?: "none" | "task" | "parent_task" | undefined; groupIssueId?: string | undefined; }>; export declare const companyArtifactSchema: z.ZodObject<{ id: z.ZodString; source: z.ZodEnum<["document", "attachment", "work_product"]>; mediaKind: z.ZodEnum<["image", "video", "text", "document", "file", "empty"]>; title: z.ZodString; previewText: z.ZodNullable; contentType: z.ZodNullable; contentPath: z.ZodNullable; openPath: z.ZodNullable; downloadPath: z.ZodNullable; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; project: z.ZodNullable>; createdByAgent: z.ZodNullable>; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }>; export declare const companyArtifactGroupSchema: z.ZodObject<{ id: z.ZodString; groupBy: z.ZodEnum<["task", "parent_task"]>; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; title: z.ZodString; count: z.ZodNumber; mediaKinds: z.ZodArray, "many">; previewArtifacts: z.ZodArray; mediaKind: z.ZodEnum<["image", "video", "text", "document", "file", "empty"]>; title: z.ZodString; previewText: z.ZodNullable; contentType: z.ZodNullable; contentPath: z.ZodNullable; openPath: z.ZodNullable; downloadPath: z.ZodNullable; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; project: z.ZodNullable>; createdByAgent: z.ZodNullable>; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }>, "many">; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }, { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }>; export declare const companyArtifactsResponseSchema: z.ZodObject<{ artifacts: z.ZodArray; mediaKind: z.ZodEnum<["image", "video", "text", "document", "file", "empty"]>; title: z.ZodString; previewText: z.ZodNullable; contentType: z.ZodNullable; contentPath: z.ZodNullable; openPath: z.ZodNullable; downloadPath: z.ZodNullable; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; project: z.ZodNullable>; createdByAgent: z.ZodNullable>; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }>, "many">; groups: z.ZodOptional; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; title: z.ZodString; count: z.ZodNumber; mediaKinds: z.ZodArray, "many">; previewArtifacts: z.ZodArray; mediaKind: z.ZodEnum<["image", "video", "text", "document", "file", "empty"]>; title: z.ZodString; previewText: z.ZodNullable; contentType: z.ZodNullable; contentPath: z.ZodNullable; openPath: z.ZodNullable; downloadPath: z.ZodNullable; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; project: z.ZodNullable>; createdByAgent: z.ZodNullable>; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }>, "many">; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }, { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }>, "many">>; selectedGroup: z.ZodOptional; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; title: z.ZodString; count: z.ZodNumber; mediaKinds: z.ZodArray, "many">; previewArtifacts: z.ZodArray; mediaKind: z.ZodEnum<["image", "video", "text", "document", "file", "empty"]>; title: z.ZodString; previewText: z.ZodNullable; contentType: z.ZodNullable; contentPath: z.ZodNullable; openPath: z.ZodNullable; downloadPath: z.ZodNullable; issue: z.ZodObject<{ id: z.ZodString; identifier: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; id: string; identifier: string; }, { title: string; id: string; identifier: string; }>; project: z.ZodNullable>; createdByAgent: z.ZodNullable>; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }, { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }>, "many">; updatedAt: z.ZodString; href: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }, { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }>>>; nextCursor: z.ZodNullable; }, "strip", z.ZodTypeAny, { artifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; nextCursor: string | null; groups?: { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }[] | undefined; selectedGroup?: { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; } | null | undefined; }, { artifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; nextCursor: string | null; groups?: { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; }[] | undefined; selectedGroup?: { title: string; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; count: number; href: string; groupBy: "task" | "parent_task"; mediaKinds: ("text" | "document" | "image" | "video" | "file" | "empty")[]; previewArtifacts: { title: string; project: { name: string; id: string; } | null; issue: { title: string; id: string; identifier: string; }; id: string; updatedAt: string; source: "document" | "work_product" | "attachment"; href: string; contentType: string | null; contentPath: string | null; openPath: string | null; downloadPath: string | null; mediaKind: "text" | "document" | "image" | "video" | "file" | "empty"; previewText: string | null; createdByAgent: { name: string; id: string; } | null; }[]; } | null | undefined; }>; export type CompanyArtifactsQuery = z.infer; //# sourceMappingURL=artifact.d.ts.map