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