/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
import * as t from "@babel/types";
export declare function astToCode(e: t.Expression): string;
//# sourceMappingURL=testHelpers.d.ts.map