export declare function Timeout(ms: number, onTimeout?: (req: any, res: any) => void): (target: any, property?: string, descriptor?: any) => void;