import type { PTimeoutOptions } from '../promise/pTimeout';
export declare function _Timeout(opt: PTimeoutOptions): MethodDecorator;
