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