/*! * @license * Copyright Squiz Australia Pty Ltd. All Rights Reserved. */ import { interfaces } from 'inversify'; export declare const provideSingleton: (identifier: interfaces.ServiceIdentifier) => ((target: any) => any);