/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
import type { Plugin } from 'unified';
/**
 * remark plugin which removes all import and export statements
 */
export declare function removeImportsExportsPlugin(): Plugin<any[]>;
