import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace WorkerPool { /** * Disallow the use of non-stable (Alpha) resouces (cloudbuild.v1alpha2.WorkerPool). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { WorkerPool };