import express from 'express';
declare type TimedRequest = {
    startTime?: Date;
    walletId?: string;
    isSupportStaff?: boolean;
} & express.Request;
export declare function LogMiddleware(): (req: TimedRequest, res: any, next: any) => void;
export {};
//# sourceMappingURL=middleware.d.ts.map