import { IContract } from './icontract';
declare const contract: IContract;
export { contract as SingletonFactory };
