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 auth registration action into `m365agents.yml`. */ export declare const mcpAuthInjectYmlAction: RegisteredStep; /** Registered step for appending the MCP credential reference to `env/.env.dev`. */ export declare const mcpAuthPersistCredentialEnv: RegisteredStep; //# sourceMappingURL=mcpAuth.d.ts.map