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