/** Concise, marker-scoped project instruction rendering. */ import type { ArtifactIntent, InstallScope, PlatformAdapter } from '../types.js'; export declare function platformInstruction(_adapter: PlatformAdapter): string; /** Render only a verified native instruction surface. */ export declare function renderInstruction(adapter: PlatformAdapter, scope: InstallScope): ArtifactIntent | undefined; //# sourceMappingURL=instructions.d.ts.map