import 'reflect-metadata';
declare const Injectable: (...args: any[]) => (target: Record<string, any>) => void;
export default Injectable;
