import { interfaces } from 'inversify'; export declare type BindableConstant = { identifier: interfaces.ServiceIdentifier<{}>; target: {}; };