import { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common';
export declare class TimeoutInterceptor implements NestInterceptor {
    time: number;
    constructor(time: number);
    intercept(context: ExecutionContext, next: CallHandler): import("rxjs").Observable<any>;
}
//# sourceMappingURL=timeout.interceptor.d.ts.map