import { Config } from '@verdaccio/types';
export interface ConfigAudit extends Config {
    enabled: boolean;
    strict_ssl?: boolean | void;
}
