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