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