import { InjectFn, ProvideFn } from './types'; export declare const provide: ProvideFn; export declare const inject: InjectFn;