import { type Builder } from 'ton-core'; export type BuilderWriter = (builder: Builder) => Builder; //# sourceMappingURL=writer.d.ts.map