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