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