import { pluginUtils } from '@verdaccio/core'; import { PluginCategory } from './types'; export declare const authSanityCheck: typeof pluginUtils.authSanityCheck; export declare const storageSanityCheck: typeof pluginUtils.storageSanityCheck; export declare const middlewareSanityCheck: typeof pluginUtils.middlewareSanityCheck; export declare const filterSanityCheck: typeof pluginUtils.filterSanityCheck; /** * Returns the appropriate sanity check function for the given plugin category. */ export declare function getSanityCheck(category: PluginCategory): (plugin: any) => boolean; //# sourceMappingURL=sanity-checks.d.ts.map