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