import { Graph } from '../../graph/Graph';
interface ProvidesParams {
    name: string;
}
export declare function Provides({ name }?: Partial<ProvidesParams>): (graph: Graph, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
export {};
//# sourceMappingURL=Provides.d.ts.map