import { ResourceValidationPolicy } from "@pulumi/policy";
declare namespace AuthConfig {
    /**
     * Disallow the use of non-stable (Alpha) resouces (integrations.v1alpha.AuthConfig).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { AuthConfig };
declare namespace Certificate {
    /**
     * Disallow the use of non-stable (Alpha) resouces (integrations.v1alpha.Certificate).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { Certificate };
declare namespace SfdcChannel {
    /**
     * Disallow the use of non-stable (Alpha) resouces (integrations.v1alpha.SfdcChannel).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { SfdcChannel };
declare namespace SfdcInstance {
    /**
     * Disallow the use of non-stable (Alpha) resouces (integrations.v1alpha.SfdcInstance).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { SfdcInstance };
declare namespace TemplatesVersion {
    /**
     * Disallow the use of non-stable (Alpha) resouces (integrations.v1alpha.TemplatesVersion).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { TemplatesVersion };
declare namespace TestCase {
    /**
     * Disallow the use of non-stable (Alpha) resouces (integrations.v1alpha.TestCase).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { TestCase };
declare namespace Version {
    /**
     * Disallow the use of non-stable (Alpha) resouces (integrations.v1alpha.Version).
     *
     * @severity medium
     * @frameworks none
     * @topics alpha, api, unstable
     * @link https://cloud.google.com/apis/design/versioning
     */
    const disallowAlphaResource: ResourceValidationPolicy;
}
export { Version };
