import { type PlatformAdapter, type PlatformId } from './types.js'; export type { Capability, PlatformAdapter, PlatformId, SupportLevel } from './types.js'; export { CAPABILITIES } from './types.js'; export declare const PLATFORM_IDS: readonly ["claude", "gemini", "cursor", "vscode", "copilot", "opencode", "aider", "kiro", "trae", "openclaw", "droid", "antigravity", "hermes", "codex", "kimi", "zed"]; export declare const LEGACY_PLATFORM_ALIASES: Readonly>; export declare function resolvePlatformId(id: string): PlatformId | undefined; export declare const PLATFORM_REGISTRY: Record; export declare function assertRegistryIsVerifiable(registry: Record): void; //# sourceMappingURL=registry.d.ts.map