import { PropertyDecorator } from './utils'; export interface ProvideOptions { key: string; value: any; } export declare function provide(value: any, key?: string): PropertyDecorator; //# sourceMappingURL=provide.d.ts.map