import type { IWrapChain } from './types/chain.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createChain(data?: DeepPartial): IWrapChain; //# sourceMappingURL=chain.d.ts.map