import type { AppMiddlewareFactory } from '../utils/types.ts'; export declare const authorize: AppMiddlewareFactory<[basicRealm: string]>; //# sourceMappingURL=authorize.d.ts.map