export interface Config { registry: string; } export declare const config: Config;