import { Chain, DojoClientApi } from 'cwi-base'; import { NinjaBase } from './Base/NinjaBase'; /** * A ninja that also creates a default DojoClientExpress syncDojo configured to sync an existing user's state * from a dojoURL parameter (either https://staging-dojo.babbage.systems or https://dojo.babbage.systems by default) */ export declare class NinjaV2 extends NinjaBase { constructor(dojo: DojoClientApi, clientPrivateKey: string, chain: Chain); } //# sourceMappingURL=NinjaV2.d.ts.map