export { resolveConfig } from "./config.js";
export type { FpConfigOptions } from "./types.js";
export { getFpResolvedConfig, setFpResolvedConfig, getRedactedHeaders, getRedactedQueryParams, getShouldTraceEverything, } from "./context/index.js";
export type { FpResolvedConfig } from "./config.js";
export { DEFAULT_REDACTED_HEADERS, DEFAULT_REDACTED_QUERY_PARAMS, DEFAULT_CONFIG, } from "./config.js";
