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