/**
 * Method to check class will able to inject dependency
 * @param target class to check
 */
export declare function IsInjectable(target: any): void;
