import { RegisteredStep } from "../../pipeline/runScaffoldPipeline"; /** Engine step name `mcp-auth/inject-yml-action`. */ export declare const STEP_INJECT_YML_ACTION = "mcp-auth/inject-yml-action"; /** Engine step name `mcp-auth/persist-credential-env`. */ export declare const STEP_PERSIST_CREDENTIAL_ENV = "mcp-auth/persist-credential-env"; /** Registered step for injecting the shared v4 MCP auth action into `m365agents.yml`. */ export declare const mcpAuthInjectYmlAction: RegisteredStep; /** * Registered step for writing the deterministic `MCP_DA_AUTH_ID_` registration placeholder into * `env/.env.dev`. */ export declare const mcpAuthPersistCredentialEnv: RegisteredStep; //# sourceMappingURL=mcpAuth.d.ts.map