import type { ApiPrincipal, SkillsProductStore } from "./types.js"; import type { SkillsServerConfig } from "./config.js"; import type { ArtifactStorage } from "./artifact-storage.js"; export declare function handleExecutionGrantApi(store: SkillsProductStore, principal: ApiPrincipal, request: Request, parts: string[], config: SkillsServerConfig, artifacts: ArtifactStorage): Promise;