import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace Database {
    /**
     * Disallow the use of non-stable (Preview) Azure resouces (cache.v20230301preview.Database).
     *
     * @severity medium
     * @frameworks none
     * @topics api, preview, unstable
     * @link https://learn.microsoft.com/en-us/rest/api/azure/
     */
    const disallowPreviewResource: ResourceValidationPolicy;
}
export { Database };
declare namespace EnterprisePrivateEndpointConnection {
    /**
     * Disallow the use of non-stable (Preview) Azure resouces (cache.v20230301preview.EnterprisePrivateEndpointConnection).
     *
     * @severity medium
     * @frameworks none
     * @topics api, preview, unstable
     * @link https://learn.microsoft.com/en-us/rest/api/azure/
     */
    const disallowPreviewResource: ResourceValidationPolicy;
}
export { EnterprisePrivateEndpointConnection };
declare namespace RedisEnterprise {
    /**
     * Disallow the use of non-stable (Preview) Azure resouces (cache.v20230301preview.RedisEnterprise).
     *
     * @severity medium
     * @frameworks none
     * @topics api, preview, unstable
     * @link https://learn.microsoft.com/en-us/rest/api/azure/
     */
    const disallowPreviewResource: ResourceValidationPolicy;
}
export { RedisEnterprise };
