import { z } from "zod"; export declare const CAPABILITY_TOKENS: readonly ["repo.read", "repo.local_write", "repo.branch_create", "repo.pr_create", "github.issue_create", "command.run", "command.test", "network.npm_registry", "network.github_api", "hforge.runtime_write"]; export declare const CapabilityTokenSchema: z.ZodEnum<["repo.read", "repo.local_write", "repo.branch_create", "repo.pr_create", "github.issue_create", "command.run", "command.test", "network.npm_registry", "network.github_api", "hforge.runtime_write"]>; export type CapabilityToken = z.infer; //# sourceMappingURL=capability.d.ts.map