import type { CliContext } from '../context/create-context.js'; import type { AppEnvironment, AppService } from './development-config.js'; /** * Internal contributors mark their checkout with a `.internal-contributor` file at the * repo root. When present (and `op` is authenticated) we enrich the development * environment with the shared internal credentials stored in 1Password. * * External contributors never have the marker file, so this is a no-op for them and no * 1Password calls are made. */ export declare function applyInternalSecrets(context: CliContext, service: AppService, env: AppEnvironment): Promise; //# sourceMappingURL=internal-secrets.d.ts.map