export namespace verdaccioConfig {
    let storage: string;
    let port: number;
    let max_body_size: string;
    namespace web {
        let enable: boolean;
        let title: string;
    }
    let logs: {
        type: string;
        format: string;
        level: string;
    }[];
    let packages: {
        "**": {
            access: string;
            publish: string;
            proxy: string;
        };
    };
    namespace uplinks {
        namespace npmjs {
            let url: string;
            let max_fails: number;
        }
    }
}
export const registryUrl: string;
//# sourceMappingURL=verdaccio-config.d.ts.map