/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
import type { Plugin } from 'unified';
import type { Program } from 'estree-jsx';
export declare const CreateRemoveDangerousCallsPlugin: (blocked_globals?: string[], blocked_properties?: string[]) => Plugin<any[], Program>;
