import { Application } from 'express';
declare function noneAuthentication(basePath: string, app: Application): void;
export default noneAuthentication;
