import type { IWrapChain, IWrapChainLink } from './types/chain.js'; import type { DeepPartial } from '../../../types/utils.js'; import type { Vector2 } from '../../../types/vector.js'; export declare function createChainLink(data?: DeepPartial): IWrapChainLink; export declare function createChainLinks(chain: IWrapChain, options: { getPosition?: (chain: IWrapChain) => Vector2; getTailPosition?: (chain: IWrapChain) => Vector2; getAngle?: (chain: IWrapChain) => number; }): IWrapChainLink[]; //# sourceMappingURL=chainLink.d.ts.map