/** Ensures that an async method only has one oustanding promise * effectively serializing the coroutines. */ export declare function Serial(target: Object, key: string | symbol, prop: PropertyDescriptor): void;