export declare type GenericClassDecorator = (target: T) => void; export declare type GenericMethodDecorator = (target: any, key: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare const isPromise: (value: any) => value is Promise; //# sourceMappingURL=types.d.ts.map