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