export = RouteHelpers; declare function RouteHelpers(config: any): void; declare class RouteHelpers { constructor(config: any); config: any; authenticated(notAuthCB?: any): (req: any, res: any, next: any, ...args: any[]) => void; authorizeIdentity( identityTypeName: any, activity: any, notauthcb: any ): (req: any, res: any, next: any, ...args: any[]) => void; authorized(activity: any, notauthcb?: any): (req: any, res: any, next: any, ...args: any[]) => void; _handleAuthorization( activity: any, notauthcb: any, getIdentitycb: any ): (req: any, res: any, next: any, ...args: any[]) => void; getIdentity(identityTypeName: any, config: any): any; } //# sourceMappingURL=index.d.ts.map