import type { Config as InternalConfig } from "./global.d.ts";

export type Config = Partial<InternalConfig>;
