import PeerId from 'peer-id'; export declare type InterpreterInvoke = (init_user_id: string, script: string, prev_data: Uint8Array, data: Uint8Array) => string; export declare function instantiateInterpreter(peerId: PeerId): Promise; export declare function parseAstClosure(): Promise<(script: string) => string>; //# sourceMappingURL=stepper.d.ts.map