import * as Koa from "koa"; export declare const createVerifyPublishApiMiddleware: (jwksUri: string, validClients: ReadonlyArray) => (ctx: Koa.Context, next: () => Promise) => Promise; //# sourceMappingURL=middleware.d.ts.map