import { Transactable } from '@pgkit/client'; export declare const apiMiddleware: (client?: Transactable | string) => import("express").Handler;