export declare function withParamProviding(fn: any, target: any, key: any): () => Promise; export declare const Provide: () => MethodDecorator;