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