import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace Backup {
    /**
     * Disallow the use of non-stable (Beta) resouces (alloydb.v1beta.Backup).
     *
     * @severity medium
     * @frameworks none
     * @topics api, beta, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowBetaResource: ResourceValidationPolicy;
}
export { Backup };
declare namespace Cluster {
    /**
     * Disallow the use of non-stable (Beta) resouces (alloydb.v1beta.Cluster).
     *
     * @severity medium
     * @frameworks none
     * @topics api, beta, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowBetaResource: ResourceValidationPolicy;
}
export { Cluster };
declare namespace Instance {
    /**
     * Disallow the use of non-stable (Beta) resouces (alloydb.v1beta.Instance).
     *
     * @severity medium
     * @frameworks none
     * @topics api, beta, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowBetaResource: ResourceValidationPolicy;
}
export { Instance };
declare namespace User {
    /**
     * Disallow the use of non-stable (Beta) resouces (alloydb.v1beta.User).
     *
     * @severity medium
     * @frameworks none
     * @topics api, beta, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowBetaResource: ResourceValidationPolicy;
}
export { User };
