import type { HttpHandler } from '@azure/functions'; import type { ShieldMapper } from './ShieldMapper.js'; export declare function handler(mapper: ShieldMapper): HttpHandler; //# sourceMappingURL=handler.d.ts.map