export declare function execWithTimeout(promise: Promise, operation: string, timeoutMs: number): Promise; export declare function withTimeout(timeoutMs: number, operation?: string): (_target: object, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;