import { IntrospectedNamespace } from "../gir/namespace.js";
import { NSRegistry } from "../gir/registry.js";
export type NamespaceInjection = (namespace: IntrospectedNamespace, registry: NSRegistry) => void;
export declare function inject(registry: NSRegistry): void;
