import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace Backup {
    /**
     * Disallow the use of non-stable (Alpha) resouces (alloydb.v1alpha.Backup).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { Backup };
declare namespace Cluster {
    /**
     * Disallow the use of non-stable (Alpha) resouces (alloydb.v1alpha.Cluster).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { Cluster };
declare namespace Instance {
    /**
     * Disallow the use of non-stable (Alpha) resouces (alloydb.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 User {
    /**
     * Disallow the use of non-stable (Alpha) resouces (alloydb.v1alpha.User).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { User };
