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