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