// Copyright © Aptos Foundation
// SPDX-License-Identifier: Apache-2.0

export { fundAccount } from "../internal/faucet.js";

export { Faucet } from "../api/faucet.js";
export { AptosConfig } from "../api/aptosConfig.js";
