import { IHttpServerComponent } from '@well-known-components/interfaces';
export declare function bearerTokenMiddleware(authSecret: string): (ctx: IHttpServerComponent.DefaultContext<any>, next: () => Promise<IHttpServerComponent.IResponse>) => Promise<IHttpServerComponent.IResponse>;
//# sourceMappingURL=bearer-token-middleware.d.ts.map