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