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