import { z } from "zod"; export declare const companySkillSourceTypeSchema: z.ZodEnum<["local_path", "github", "url", "catalog", "skills_sh"]>; export declare const companySkillTrustLevelSchema: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; export declare const companySkillCompatibilitySchema: z.ZodEnum<["compatible", "unknown", "invalid"]>; export declare const companySkillSourceBadgeSchema: z.ZodEnum<["paperclip", "github", "local", "url", "catalog", "skills_sh"]>; export declare const companySkillSharingScopeSchema: z.ZodEnum<["private", "company", "public_link"]>; export declare const companySkillListSortSchema: z.ZodEnum<["alphabetical", "recent", "installs", "stars", "agents", "forks"]>; export declare const companySkillFileInventoryEntrySchema: z.ZodObject<{ path: z.ZodString; kind: z.ZodEnum<["skill", "markdown", "reference", "script", "asset", "other"]>; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }>; export declare const companySkillVersionFileInventoryEntrySchema: z.ZodObject<{ path: z.ZodString; kind: z.ZodEnum<["skill", "markdown", "reference", "script", "asset", "other"]>; } & { content: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }>; export declare const companySkillSchema: z.ZodObject<{ id: z.ZodString; companyId: z.ZodString; key: z.ZodString; slug: z.ZodString; name: z.ZodString; description: z.ZodNullable; markdown: z.ZodString; sourceType: z.ZodEnum<["local_path", "github", "url", "catalog", "skills_sh"]>; sourceLocator: z.ZodNullable; sourceRef: z.ZodNullable; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; fileInventory: z.ZodDefault; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }>, "many">>; iconUrl: z.ZodNullable; color: z.ZodNullable; tagline: z.ZodNullable; authorName: z.ZodNullable; homepageUrl: z.ZodNullable; categories: z.ZodDefault>; sharingScope: z.ZodEnum<["private", "company", "public_link"]>; publicShareToken: z.ZodNullable; forkedFromSkillId: z.ZodNullable; forkedFromCompanyId: z.ZodNullable; starCount: z.ZodNumber; installCount: z.ZodNumber; forkCount: z.ZodNumber; currentVersionId: z.ZodNullable; metadata: z.ZodNullable>; createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strip", z.ZodTypeAny, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; }, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }>; export declare const companySkillListItemSchema: z.ZodObject<{ id: z.ZodString; companyId: z.ZodString; key: z.ZodString; slug: z.ZodString; name: z.ZodString; description: z.ZodNullable; markdown: z.ZodString; sourceType: z.ZodEnum<["local_path", "github", "url", "catalog", "skills_sh"]>; sourceLocator: z.ZodNullable; sourceRef: z.ZodNullable; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; fileInventory: z.ZodDefault; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }>, "many">>; iconUrl: z.ZodNullable; color: z.ZodNullable; tagline: z.ZodNullable; authorName: z.ZodNullable; homepageUrl: z.ZodNullable; categories: z.ZodDefault>; sharingScope: z.ZodEnum<["private", "company", "public_link"]>; publicShareToken: z.ZodNullable; forkedFromSkillId: z.ZodNullable; forkedFromCompanyId: z.ZodNullable; starCount: z.ZodNumber; installCount: z.ZodNumber; forkCount: z.ZodNumber; currentVersionId: z.ZodNullable; metadata: z.ZodNullable>; createdAt: z.ZodDate; updatedAt: z.ZodDate; } & { attachedAgentCount: z.ZodNumber; editable: z.ZodBoolean; editableReason: z.ZodNullable; sourceLabel: z.ZodNullable; sourceBadge: z.ZodEnum<["paperclip", "github", "local", "url", "catalog", "skills_sh"]>; catalogKind: z.ZodNullable>; originHash: z.ZodNullable; packageName: z.ZodNullable; packageVersion: z.ZodNullable; }, "strip", z.ZodTypeAny, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; attachedAgentCount: number; editable: boolean; editableReason: string | null; sourceLabel: string | null; sourceBadge: "local" | "github" | "url" | "catalog" | "skills_sh" | "paperclip"; catalogKind: "bundled" | "optional" | null; originHash: string | null; packageName: string | null; packageVersion: string | null; }, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; attachedAgentCount: number; editable: boolean; editableReason: string | null; sourceLabel: string | null; sourceBadge: "local" | "github" | "url" | "catalog" | "skills_sh" | "paperclip"; catalogKind: "bundled" | "optional" | null; originHash: string | null; packageName: string | null; packageVersion: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }>; export declare const companySkillUsageAgentSchema: z.ZodObject<{ id: z.ZodString; name: z.ZodString; urlKey: z.ZodString; adapterType: z.ZodString; desired: z.ZodBoolean; actualState: z.ZodNullable; versionId: z.ZodNullable; }, "strip", z.ZodTypeAny, { name: string; id: string; urlKey: string; adapterType: string; desired: boolean; actualState: string | null; versionId: string | null; }, { name: string; id: string; urlKey: string; adapterType: string; desired: boolean; actualState: string | null; versionId: string | null; }>; export declare const companySkillListQuerySchema: z.ZodObject<{ q: z.ZodOptional; sort: z.ZodOptional>; categories: z.ZodOptional>; scope: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sort?: "agents" | "alphabetical" | "recent" | "installs" | "stars" | "forks" | undefined; categories?: string[] | undefined; q?: string | undefined; scope?: "private" | "company" | "public_link" | undefined; }, { sort?: "agents" | "alphabetical" | "recent" | "installs" | "stars" | "forks" | undefined; categories?: string[] | undefined; q?: string | undefined; scope?: "private" | "company" | "public_link" | undefined; }>; export declare const companySkillCategoryCountSchema: z.ZodObject<{ slug: z.ZodString; count: z.ZodNumber; }, "strip", z.ZodTypeAny, { slug: string; count: number; }, { slug: string; count: number; }>; export declare const companySkillVersionSchema: z.ZodObject<{ id: z.ZodString; companyId: z.ZodString; companySkillId: z.ZodString; revisionNumber: z.ZodNumber; label: z.ZodNullable; fileInventory: z.ZodDefault; } & { content: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }>, "many">>; authorAgentId: z.ZodNullable; authorUserId: z.ZodNullable; createdAt: z.ZodDate; }, "strip", z.ZodTypeAny, { companyId: string; id: string; label: string | null; createdAt: Date; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }[]; companySkillId: string; revisionNumber: number; authorAgentId: string | null; authorUserId: string | null; }, { companyId: string; id: string; label: string | null; createdAt: Date; companySkillId: string; revisionNumber: number; authorAgentId: string | null; authorUserId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }[] | undefined; }>; export declare const companySkillDetailSchema: z.ZodObject<{ id: z.ZodString; companyId: z.ZodString; key: z.ZodString; slug: z.ZodString; name: z.ZodString; description: z.ZodNullable; markdown: z.ZodString; sourceType: z.ZodEnum<["local_path", "github", "url", "catalog", "skills_sh"]>; sourceLocator: z.ZodNullable; sourceRef: z.ZodNullable; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; fileInventory: z.ZodDefault; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }>, "many">>; iconUrl: z.ZodNullable; color: z.ZodNullable; tagline: z.ZodNullable; authorName: z.ZodNullable; homepageUrl: z.ZodNullable; categories: z.ZodDefault>; sharingScope: z.ZodEnum<["private", "company", "public_link"]>; publicShareToken: z.ZodNullable; forkedFromSkillId: z.ZodNullable; forkedFromCompanyId: z.ZodNullable; starCount: z.ZodNumber; installCount: z.ZodNumber; forkCount: z.ZodNumber; currentVersionId: z.ZodNullable; metadata: z.ZodNullable>; createdAt: z.ZodDate; updatedAt: z.ZodDate; } & { attachedAgentCount: z.ZodNumber; usedByAgents: z.ZodDefault; versionId: z.ZodNullable; }, "strip", z.ZodTypeAny, { name: string; id: string; urlKey: string; adapterType: string; desired: boolean; actualState: string | null; versionId: string | null; }, { name: string; id: string; urlKey: string; adapterType: string; desired: boolean; actualState: string | null; versionId: string | null; }>, "many">>; editable: z.ZodBoolean; editableReason: z.ZodNullable; sourceLabel: z.ZodNullable; sourceBadge: z.ZodEnum<["paperclip", "github", "local", "url", "catalog", "skills_sh"]>; currentVersion: z.ZodNullable; fileInventory: z.ZodDefault; } & { content: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }>, "many">>; authorAgentId: z.ZodNullable; authorUserId: z.ZodNullable; createdAt: z.ZodDate; }, "strip", z.ZodTypeAny, { companyId: string; id: string; label: string | null; createdAt: Date; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }[]; companySkillId: string; revisionNumber: number; authorAgentId: string | null; authorUserId: string | null; }, { companyId: string; id: string; label: string | null; createdAt: Date; companySkillId: string; revisionNumber: number; authorAgentId: string | null; authorUserId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }[] | undefined; }>>; starredByCurrentActor: z.ZodBoolean; }, "strip", z.ZodTypeAny, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; attachedAgentCount: number; editable: boolean; editableReason: string | null; sourceLabel: string | null; sourceBadge: "local" | "github" | "url" | "catalog" | "skills_sh" | "paperclip"; usedByAgents: { name: string; id: string; urlKey: string; adapterType: string; desired: boolean; actualState: string | null; versionId: string | null; }[]; currentVersion: { companyId: string; id: string; label: string | null; createdAt: Date; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }[]; companySkillId: string; revisionNumber: number; authorAgentId: string | null; authorUserId: string | null; } | null; starredByCurrentActor: boolean; }, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; attachedAgentCount: number; editable: boolean; editableReason: string | null; sourceLabel: string | null; sourceBadge: "local" | "github" | "url" | "catalog" | "skills_sh" | "paperclip"; currentVersion: { companyId: string; id: string; label: string | null; createdAt: Date; companySkillId: string; revisionNumber: number; authorAgentId: string | null; authorUserId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; }[] | undefined; } | null; starredByCurrentActor: boolean; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; usedByAgents?: { name: string; id: string; urlKey: string; adapterType: string; desired: boolean; actualState: string | null; versionId: string | null; }[] | undefined; }>; export declare const companySkillVersionCreateSchema: z.ZodDefault>; }, "strip", z.ZodTypeAny, { label?: string | null | undefined; }, { label?: string | null | undefined; }>>; export declare const companySkillStarResultSchema: z.ZodObject<{ skillId: z.ZodString; starred: z.ZodBoolean; starCount: z.ZodNumber; }, "strip", z.ZodTypeAny, { starCount: number; skillId: string; starred: boolean; }, { starCount: number; skillId: string; starred: boolean; }>; export declare const companySkillCommentSchema: z.ZodObject<{ id: z.ZodString; companyId: z.ZodString; companySkillId: z.ZodString; parentCommentId: z.ZodNullable; authorAgentId: z.ZodNullable; authorUserId: z.ZodNullable; body: z.ZodString; deletedAt: z.ZodNullable; createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strip", z.ZodTypeAny, { companyId: string; id: string; createdAt: Date; updatedAt: Date; body: string; companySkillId: string; authorAgentId: string | null; authorUserId: string | null; parentCommentId: string | null; deletedAt: Date | null; }, { companyId: string; id: string; createdAt: Date; updatedAt: Date; body: string; companySkillId: string; authorAgentId: string | null; authorUserId: string | null; parentCommentId: string | null; deletedAt: Date | null; }>; export declare const companySkillCommentCreateSchema: z.ZodObject<{ body: z.ZodString; parentCommentId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { body: string; parentCommentId?: string | null | undefined; }, { body: string; parentCommentId?: string | null | undefined; }>; export declare const companySkillCommentUpdateSchema: z.ZodObject<{ body: z.ZodString; }, "strip", z.ZodTypeAny, { body: string; }, { body: string; }>; export declare const companySkillForkSchema: z.ZodDefault>; slug: z.ZodOptional>; sharingScope: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name?: string | null | undefined; slug?: string | null | undefined; sharingScope?: "private" | "company" | "public_link" | undefined; }, { name?: string | null | undefined; slug?: string | null | undefined; sharingScope?: "private" | "company" | "public_link" | undefined; }>>; export declare const companySkillUpdateSchema: z.ZodDefault>; iconUrl: z.ZodOptional>; color: z.ZodOptional>; tagline: z.ZodOptional>; authorName: z.ZodOptional>; homepageUrl: z.ZodOptional>; categories: z.ZodOptional>; sharingScope: z.ZodOptional>; }, "strip", z.ZodTypeAny, { description?: string | null | undefined; iconUrl?: string | null | undefined; color?: string | null | undefined; tagline?: string | null | undefined; authorName?: string | null | undefined; homepageUrl?: string | null | undefined; categories?: string[] | undefined; sharingScope?: "private" | "company" | "public_link" | undefined; }, { description?: string | null | undefined; iconUrl?: string | null | undefined; color?: string | null | undefined; tagline?: string | null | undefined; authorName?: string | null | undefined; homepageUrl?: string | null | undefined; categories?: string[] | undefined; sharingScope?: "private" | "company" | "public_link" | undefined; }>>; export declare const companySkillUpdateStatusSchema: z.ZodObject<{ supported: z.ZodBoolean; reason: z.ZodNullable; trackingRef: z.ZodNullable; currentRef: z.ZodNullable; latestRef: z.ZodNullable; hasUpdate: z.ZodBoolean; installedHash: z.ZodNullable; originHash: z.ZodNullable; userModifiedAt: z.ZodNullable; updateHoldReason: z.ZodNullable>; auditVerdict: z.ZodNullable>; auditCodes: z.ZodArray; }, "strip", z.ZodTypeAny, { reason: string | null; originHash: string | null; supported: boolean; trackingRef: string | null; currentRef: string | null; latestRef: string | null; hasUpdate: boolean; installedHash: string | null; userModifiedAt: string | null; updateHoldReason: "local_modifications" | "audit_hard_stop" | "origin_unavailable" | "compatibility_invalid" | "operator_hold" | null; auditVerdict: "warning" | "pass" | "fail" | null; auditCodes: string[]; }, { reason: string | null; originHash: string | null; supported: boolean; trackingRef: string | null; currentRef: string | null; latestRef: string | null; hasUpdate: boolean; installedHash: string | null; userModifiedAt: string | null; updateHoldReason: "local_modifications" | "audit_hard_stop" | "origin_unavailable" | "compatibility_invalid" | "operator_hold" | null; auditVerdict: "warning" | "pass" | "fail" | null; auditCodes: string[]; }>; export declare const companySkillAuditFindingSchema: z.ZodObject<{ code: z.ZodString; severity: z.ZodEnum<["warning", "error"]>; message: z.ZodString; path: z.ZodNullable; }, "strip", z.ZodTypeAny, { code: string; message: string; path: string | null; severity: "error" | "warning"; }, { code: string; message: string; path: string | null; severity: "error" | "warning"; }>; export declare const companySkillAuditResultSchema: z.ZodObject<{ skillId: z.ZodString; installedHash: z.ZodNullable; originHash: z.ZodNullable; verdict: z.ZodEnum<["pass", "warning", "fail"]>; codes: z.ZodArray; findings: z.ZodArray; message: z.ZodString; path: z.ZodNullable; }, "strip", z.ZodTypeAny, { code: string; message: string; path: string | null; severity: "error" | "warning"; }, { code: string; message: string; path: string | null; severity: "error" | "warning"; }>, "many">; scannedAt: z.ZodString; scanVersion: z.ZodString; }, "strip", z.ZodTypeAny, { originHash: string | null; skillId: string; installedHash: string | null; verdict: "warning" | "pass" | "fail"; codes: string[]; findings: { code: string; message: string; path: string | null; severity: "error" | "warning"; }[]; scannedAt: string; scanVersion: string; }, { originHash: string | null; skillId: string; installedHash: string | null; verdict: "warning" | "pass" | "fail"; codes: string[]; findings: { code: string; message: string; path: string | null; severity: "error" | "warning"; }[]; scannedAt: string; scanVersion: string; }>; export declare const companySkillInstallUpdateSchema: z.ZodDefault; }, "strip", z.ZodTypeAny, { force?: boolean | undefined; }, { force?: boolean | undefined; }>>; export declare const companySkillResetSchema: z.ZodDefault; }, "strip", z.ZodTypeAny, { force?: boolean | undefined; }, { force?: boolean | undefined; }>>; export declare const companySkillImportSchema: z.ZodObject<{ source: z.ZodString; }, "strip", z.ZodTypeAny, { source: string; }, { source: string; }>; export declare const companySkillProjectScanRequestSchema: z.ZodObject<{ projectIds: z.ZodOptional>; workspaceIds: z.ZodOptional>; }, "strip", z.ZodTypeAny, { projectIds?: string[] | undefined; workspaceIds?: string[] | undefined; }, { projectIds?: string[] | undefined; workspaceIds?: string[] | undefined; }>; export declare const companySkillProjectScanSkippedSchema: z.ZodObject<{ projectId: z.ZodString; projectName: z.ZodString; workspaceId: z.ZodNullable; workspaceName: z.ZodNullable; path: z.ZodNullable; reason: z.ZodString; }, "strip", z.ZodTypeAny, { reason: string; path: string | null; projectId: string; workspaceId: string | null; projectName: string; workspaceName: string | null; }, { reason: string; path: string | null; projectId: string; workspaceId: string | null; projectName: string; workspaceName: string | null; }>; export declare const companySkillProjectScanConflictSchema: z.ZodObject<{ slug: z.ZodString; key: z.ZodString; projectId: z.ZodString; projectName: z.ZodString; workspaceId: z.ZodString; workspaceName: z.ZodString; path: z.ZodString; existingSkillId: z.ZodString; existingSkillKey: z.ZodString; existingSourceLocator: z.ZodNullable; reason: z.ZodString; }, "strip", z.ZodTypeAny, { key: string; reason: string; path: string; projectId: string; workspaceId: string; slug: string; projectName: string; workspaceName: string; existingSkillId: string; existingSkillKey: string; existingSourceLocator: string | null; }, { key: string; reason: string; path: string; projectId: string; workspaceId: string; slug: string; projectName: string; workspaceName: string; existingSkillId: string; existingSkillKey: string; existingSourceLocator: string | null; }>; export declare const companySkillProjectScanResultSchema: z.ZodObject<{ scannedProjects: z.ZodNumber; scannedWorkspaces: z.ZodNumber; discovered: z.ZodNumber; imported: z.ZodArray; markdown: z.ZodString; sourceType: z.ZodEnum<["local_path", "github", "url", "catalog", "skills_sh"]>; sourceLocator: z.ZodNullable; sourceRef: z.ZodNullable; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; fileInventory: z.ZodDefault; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }>, "many">>; iconUrl: z.ZodNullable; color: z.ZodNullable; tagline: z.ZodNullable; authorName: z.ZodNullable; homepageUrl: z.ZodNullable; categories: z.ZodDefault>; sharingScope: z.ZodEnum<["private", "company", "public_link"]>; publicShareToken: z.ZodNullable; forkedFromSkillId: z.ZodNullable; forkedFromCompanyId: z.ZodNullable; starCount: z.ZodNumber; installCount: z.ZodNumber; forkCount: z.ZodNumber; currentVersionId: z.ZodNullable; metadata: z.ZodNullable>; createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strip", z.ZodTypeAny, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; }, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }>, "many">; updated: z.ZodArray; markdown: z.ZodString; sourceType: z.ZodEnum<["local_path", "github", "url", "catalog", "skills_sh"]>; sourceLocator: z.ZodNullable; sourceRef: z.ZodNullable; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; fileInventory: z.ZodDefault; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }>, "many">>; iconUrl: z.ZodNullable; color: z.ZodNullable; tagline: z.ZodNullable; authorName: z.ZodNullable; homepageUrl: z.ZodNullable; categories: z.ZodDefault>; sharingScope: z.ZodEnum<["private", "company", "public_link"]>; publicShareToken: z.ZodNullable; forkedFromSkillId: z.ZodNullable; forkedFromCompanyId: z.ZodNullable; starCount: z.ZodNumber; installCount: z.ZodNumber; forkCount: z.ZodNumber; currentVersionId: z.ZodNullable; metadata: z.ZodNullable>; createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strip", z.ZodTypeAny, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; }, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }>, "many">; skipped: z.ZodArray; workspaceName: z.ZodNullable; path: z.ZodNullable; reason: z.ZodString; }, "strip", z.ZodTypeAny, { reason: string; path: string | null; projectId: string; workspaceId: string | null; projectName: string; workspaceName: string | null; }, { reason: string; path: string | null; projectId: string; workspaceId: string | null; projectName: string; workspaceName: string | null; }>, "many">; conflicts: z.ZodArray; reason: z.ZodString; }, "strip", z.ZodTypeAny, { key: string; reason: string; path: string; projectId: string; workspaceId: string; slug: string; projectName: string; workspaceName: string; existingSkillId: string; existingSkillKey: string; existingSourceLocator: string | null; }, { key: string; reason: string; path: string; projectId: string; workspaceId: string; slug: string; projectName: string; workspaceName: string; existingSkillId: string; existingSkillKey: string; existingSourceLocator: string | null; }>, "many">; warnings: z.ZodArray; }, "strip", z.ZodTypeAny, { skipped: { reason: string; path: string | null; projectId: string; workspaceId: string | null; projectName: string; workspaceName: string | null; }[]; imported: { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; }[]; updated: { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; }[]; warnings: string[]; scannedProjects: number; scannedWorkspaces: number; discovered: number; conflicts: { key: string; reason: string; path: string; projectId: string; workspaceId: string; slug: string; projectName: string; workspaceName: string; existingSkillId: string; existingSkillKey: string; existingSourceLocator: string | null; }[]; }, { skipped: { reason: string; path: string | null; projectId: string; workspaceId: string | null; projectName: string; workspaceName: string | null; }[]; imported: { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }[]; updated: { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }[]; warnings: string[]; scannedProjects: number; scannedWorkspaces: number; discovered: number; conflicts: { key: string; reason: string; path: string; projectId: string; workspaceId: string; slug: string; projectName: string; workspaceName: string; existingSkillId: string; existingSkillKey: string; existingSourceLocator: string | null; }[]; }>; export declare const companySkillCreateSchema: z.ZodObject<{ name: z.ZodString; slug: z.ZodOptional>; description: z.ZodOptional>; markdown: z.ZodOptional>; iconUrl: z.ZodOptional>; color: z.ZodOptional>; tagline: z.ZodOptional>; authorName: z.ZodOptional>; homepageUrl: z.ZodOptional>; categories: z.ZodOptional>; sharingScope: z.ZodOptional>; forkedFromSkillId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name: string; description?: string | null | undefined; markdown?: string | null | undefined; slug?: string | null | undefined; iconUrl?: string | null | undefined; color?: string | null | undefined; tagline?: string | null | undefined; authorName?: string | null | undefined; homepageUrl?: string | null | undefined; categories?: string[] | undefined; sharingScope?: "private" | "company" | "public_link" | undefined; forkedFromSkillId?: string | null | undefined; }, { name: string; description?: string | null | undefined; markdown?: string | null | undefined; slug?: string | null | undefined; iconUrl?: string | null | undefined; color?: string | null | undefined; tagline?: string | null | undefined; authorName?: string | null | undefined; homepageUrl?: string | null | undefined; categories?: string[] | undefined; sharingScope?: "private" | "company" | "public_link" | undefined; forkedFromSkillId?: string | null | undefined; }>; export declare const companySkillFileDetailSchema: z.ZodObject<{ skillId: z.ZodString; path: z.ZodString; kind: z.ZodEnum<["skill", "markdown", "reference", "script", "asset", "other"]>; content: z.ZodString; language: z.ZodNullable; markdown: z.ZodBoolean; editable: z.ZodBoolean; }, "strip", z.ZodTypeAny, { markdown: boolean; kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; editable: boolean; skillId: string; language: string | null; }, { markdown: boolean; kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; editable: boolean; skillId: string; language: string | null; }>; export declare const companySkillFileUpdateSchema: z.ZodObject<{ path: z.ZodString; content: z.ZodString; }, "strip", z.ZodTypeAny, { path: string; content: string; }, { path: string; content: string; }>; export declare const catalogSkillKindSchema: z.ZodEnum<["bundled", "optional"]>; export declare const catalogSkillFileSchema: z.ZodObject<{ path: z.ZodString; kind: z.ZodEnum<["skill", "markdown", "reference", "script", "asset", "other"]>; sizeBytes: z.ZodNumber; sha256: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }>; export declare const catalogSkillGitHubSourceSchema: z.ZodObject<{ type: z.ZodLiteral<"github">; hostname: z.ZodString; owner: z.ZodString; repo: z.ZodString; ref: z.ZodString; commit: z.ZodString; path: z.ZodString; url: z.ZodString; }, "strip", z.ZodTypeAny, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }>; export declare const catalogSkillSourceSchema: z.ZodObject<{ type: z.ZodLiteral<"github">; hostname: z.ZodString; owner: z.ZodString; repo: z.ZodString; ref: z.ZodString; commit: z.ZodString; path: z.ZodString; url: z.ZodString; }, "strip", z.ZodTypeAny, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }>; export declare const catalogSkillSchema: z.ZodObject<{ id: z.ZodString; key: z.ZodString; kind: z.ZodEnum<["bundled", "optional"]>; category: z.ZodString; slug: z.ZodString; name: z.ZodString; description: z.ZodString; path: z.ZodString; entrypoint: z.ZodLiteral<"SKILL.md">; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; defaultInstall: z.ZodBoolean; recommendedForRoles: z.ZodArray; requires: z.ZodArray; tags: z.ZodArray; files: z.ZodArray; sizeBytes: z.ZodNumber; sha256: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }>, "many">; contentHash: z.ZodString; source: z.ZodOptional; hostname: z.ZodString; owner: z.ZodString; repo: z.ZodString; ref: z.ZodString; commit: z.ZodString; path: z.ZodString; url: z.ZodString; }, "strip", z.ZodTypeAny, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }>>; packageName: z.ZodOptional; packageVersion: z.ZodOptional; }, "strip", z.ZodTypeAny, { description: string; name: string; key: string; kind: "bundled" | "optional"; id: string; path: string; slug: string; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; category: string; entrypoint: "SKILL.md"; defaultInstall: boolean; recommendedForRoles: string[]; requires: string[]; tags: string[]; files: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }[]; contentHash: string; source?: { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; } | undefined; packageName?: string | undefined; packageVersion?: string | undefined; }, { description: string; name: string; key: string; kind: "bundled" | "optional"; id: string; path: string; slug: string; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; category: string; entrypoint: "SKILL.md"; defaultInstall: boolean; recommendedForRoles: string[]; requires: string[]; tags: string[]; files: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }[]; contentHash: string; source?: { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; } | undefined; packageName?: string | undefined; packageVersion?: string | undefined; }>; export declare const catalogSkillListQuerySchema: z.ZodObject<{ kind: z.ZodOptional>; category: z.ZodOptional; q: z.ZodOptional; }, "strip", z.ZodTypeAny, { kind?: "bundled" | "optional" | undefined; q?: string | undefined; category?: string | undefined; }, { kind?: "bundled" | "optional" | undefined; q?: string | undefined; category?: string | undefined; }>; export declare const catalogSkillFileDetailSchema: z.ZodObject<{ catalogSkillId: z.ZodString; path: z.ZodString; kind: z.ZodEnum<["skill", "markdown", "reference", "script", "asset", "other"]>; content: z.ZodString; language: z.ZodNullable; markdown: z.ZodBoolean; }, "strip", z.ZodTypeAny, { markdown: boolean; kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; language: string | null; catalogSkillId: string; }, { markdown: boolean; kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; content: string; language: string | null; catalogSkillId: string; }>; export declare const companySkillInstallCatalogSchema: z.ZodObject<{ catalogSkillId: z.ZodString; slug: z.ZodOptional>; force: z.ZodOptional; }, "strip", z.ZodTypeAny, { catalogSkillId: string; slug?: string | null | undefined; force?: boolean | undefined; }, { catalogSkillId: string; slug?: string | null | undefined; force?: boolean | undefined; }>; export declare const companySkillInstallCatalogResultSchema: z.ZodObject<{ action: z.ZodEnum<["created", "updated", "unchanged"]>; skill: z.ZodObject<{ id: z.ZodString; companyId: z.ZodString; key: z.ZodString; slug: z.ZodString; name: z.ZodString; description: z.ZodNullable; markdown: z.ZodString; sourceType: z.ZodEnum<["local_path", "github", "url", "catalog", "skills_sh"]>; sourceLocator: z.ZodNullable; sourceRef: z.ZodNullable; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; fileInventory: z.ZodDefault; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }>, "many">>; iconUrl: z.ZodNullable; color: z.ZodNullable; tagline: z.ZodNullable; authorName: z.ZodNullable; homepageUrl: z.ZodNullable; categories: z.ZodDefault>; sharingScope: z.ZodEnum<["private", "company", "public_link"]>; publicShareToken: z.ZodNullable; forkedFromSkillId: z.ZodNullable; forkedFromCompanyId: z.ZodNullable; starCount: z.ZodNumber; installCount: z.ZodNumber; forkCount: z.ZodNumber; currentVersionId: z.ZodNullable; metadata: z.ZodNullable>; createdAt: z.ZodDate; updatedAt: z.ZodDate; }, "strip", z.ZodTypeAny, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; }, { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }>; catalogSkill: z.ZodObject<{ id: z.ZodString; key: z.ZodString; kind: z.ZodEnum<["bundled", "optional"]>; category: z.ZodString; slug: z.ZodString; name: z.ZodString; description: z.ZodString; path: z.ZodString; entrypoint: z.ZodLiteral<"SKILL.md">; trustLevel: z.ZodEnum<["markdown_only", "assets", "scripts_executables"]>; compatibility: z.ZodEnum<["compatible", "unknown", "invalid"]>; defaultInstall: z.ZodBoolean; recommendedForRoles: z.ZodArray; requires: z.ZodArray; tags: z.ZodArray; files: z.ZodArray; sizeBytes: z.ZodNumber; sha256: z.ZodString; }, "strip", z.ZodTypeAny, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }, { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }>, "many">; contentHash: z.ZodString; source: z.ZodOptional; hostname: z.ZodString; owner: z.ZodString; repo: z.ZodString; ref: z.ZodString; commit: z.ZodString; path: z.ZodString; url: z.ZodString; }, "strip", z.ZodTypeAny, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }, { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; }>>; packageName: z.ZodOptional; packageVersion: z.ZodOptional; }, "strip", z.ZodTypeAny, { description: string; name: string; key: string; kind: "bundled" | "optional"; id: string; path: string; slug: string; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; category: string; entrypoint: "SKILL.md"; defaultInstall: boolean; recommendedForRoles: string[]; requires: string[]; tags: string[]; files: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }[]; contentHash: string; source?: { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; } | undefined; packageName?: string | undefined; packageVersion?: string | undefined; }, { description: string; name: string; key: string; kind: "bundled" | "optional"; id: string; path: string; slug: string; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; category: string; entrypoint: "SKILL.md"; defaultInstall: boolean; recommendedForRoles: string[]; requires: string[]; tags: string[]; files: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }[]; contentHash: string; source?: { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; } | undefined; packageName?: string | undefined; packageVersion?: string | undefined; }>; warnings: z.ZodArray; }, "strip", z.ZodTypeAny, { skill: { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; fileInventory: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[]; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; categories: string[]; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; }; warnings: string[]; action: "created" | "updated" | "unchanged"; catalogSkill: { description: string; name: string; key: string; kind: "bundled" | "optional"; id: string; path: string; slug: string; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; category: string; entrypoint: "SKILL.md"; defaultInstall: boolean; recommendedForRoles: string[]; requires: string[]; tags: string[]; files: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }[]; contentHash: string; source?: { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; } | undefined; packageName?: string | undefined; packageVersion?: string | undefined; }; }, { skill: { description: string | null; companyId: string; name: string; key: string; markdown: string; id: string; createdAt: Date; updatedAt: Date; metadata: Record | null; slug: string; sourceType: "local_path" | "github" | "url" | "catalog" | "skills_sh"; sourceLocator: string | null; sourceRef: string | null; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; iconUrl: string | null; color: string | null; tagline: string | null; authorName: string | null; homepageUrl: string | null; sharingScope: "private" | "company" | "public_link"; publicShareToken: string | null; forkedFromSkillId: string | null; forkedFromCompanyId: string | null; starCount: number; installCount: number; forkCount: number; currentVersionId: string | null; fileInventory?: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; }[] | undefined; categories?: string[] | undefined; }; warnings: string[]; action: "created" | "updated" | "unchanged"; catalogSkill: { description: string; name: string; key: string; kind: "bundled" | "optional"; id: string; path: string; slug: string; trustLevel: "markdown_only" | "assets" | "scripts_executables"; compatibility: "unknown" | "compatible" | "invalid"; category: string; entrypoint: "SKILL.md"; defaultInstall: boolean; recommendedForRoles: string[]; requires: string[]; tags: string[]; files: { kind: "skill" | "markdown" | "reference" | "script" | "asset" | "other"; path: string; sizeBytes: number; sha256: string; }[]; contentHash: string; source?: { owner: string; url: string; commit: string; path: string; type: "github"; hostname: string; repo: string; ref: string; } | undefined; packageName?: string | undefined; packageVersion?: string | undefined; }; }>; export type CompanySkillImport = z.infer; export type CompanySkillListQuery = z.infer; export type CompanySkillProjectScan = z.infer; export type CompanySkillCreate = z.infer; export type CompanySkillFileUpdate = z.infer; export type CompanySkillVersionCreate = z.infer; export type CompanySkillCommentCreate = z.infer; export type CompanySkillCommentUpdate = z.infer; export type CompanySkillFork = z.infer; export type CompanySkillUpdate = z.infer; export type CatalogSkillListQuery = z.infer; export type CompanySkillInstallCatalog = z.infer; export type CompanySkillInstallUpdate = z.infer; export type CompanySkillReset = z.infer; //# sourceMappingURL=company-skill.d.ts.map