import { Config, Security } from '@verdaccio/types';
export declare function getSecurity(config: Config): Security;
