export declare function getCollectionToken(name: string): string;
export declare const InjectCollection: (name: string) => (target: Object, key: string | symbol, index?: number) => void;
