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