import { Registry } from "../types"; export declare function loadAndValidateRegistry(filepath: string): Registry;