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