import type { Registry } from "../../registry.js";
import type { MaybeArray, Path } from "../../types.js";
declare function import_(registry: Registry, possiblePaths: MaybeArray<Path<'.ts'>>): Promise<void>;
export { import_ as import };
//# sourceMappingURL=config.d.ts.map