import type { Config } from "./types.js"; export declare function getConfig(): Config; /** * Override global governance config. Safe to call once at process startup. * Call again to update; affects all subsequent pre/post calls. */ export declare function configure(partial: Partial): void; //# sourceMappingURL=config.d.ts.map