import type { AdapterDefinition } from './registry-types'; import type { CheckResult } from '../types'; export declare const standardAgentsAdapter: AdapterDefinition; export declare function checkCommandProjection(name: string): CheckResult; //# sourceMappingURL=standard.d.ts.map