NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
import type { ServerResponse, IncomingMessage } from 'http';
export declare function getDisableDevIndicatorMiddleware(): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;