import getConfigValue from "./getConfigValue.js";
import getSecret from "./getSecret.js";

export { getConfigValue, getSecret };
