UNPKG

168 BTypeScriptView Raw
1import { BlockSentContext } from './BlockSentContext';
2import { Context } from './Context';
3export declare function cloneBlockSent(context: Context): BlockSentContext;