import type { AppManifest } from '@ankhorage/contracts'; import type { AuthOAuthProviderId, AuthOAuthSetupPlan } from '@ankhorage/contracts/auth'; import { type AppDeployEnvironmentId, type AppDeployTargetId } from '@ankhorage/contracts/deploy'; export declare function resolveProjectAuthEnvironment(value: string | undefined): AppDeployEnvironmentId; export declare function resolveProjectEnabledTargets(manifest: AppManifest): readonly AppDeployTargetId[]; export declare function resolveProjectOAuthSetupPlan(input: { readonly manifest: AppManifest; readonly provider: AuthOAuthProviderId; readonly environment: AppDeployEnvironmentId; }): AuthOAuthSetupPlan | null; //# sourceMappingURL=projectOAuthSetup.d.ts.map