import type { TLShape } from '../types'; import type { TLShapeUtil } from './TLShapeUtil'; export declare type TLShapeUtilsMap = { [K in T['type']]: TLShapeUtil>; }; export * from './TLShapeUtil'; //# sourceMappingURL=index.d.ts.map