export { type NestedArray, type ParsedThrift, type ProtocolKey, Protocols } from "./readwrite/declares.js"; export * as LINEStruct from "./readwrite/struct.js"; import { ThriftRenameParser } from "./rename/parser.js"; import { readThrift, readThriftStruct } from "./readwrite/read.js"; import { writeThrift } from "./readwrite/write.js"; /** * Thrift Client */ export declare class Thrift extends ThriftRenameParser { constructor(); readThrift(...params: Parameters): ReturnType; readThriftStruct(...params: Parameters): ReturnType; writeThrift(...params: Parameters): ReturnType; } //# sourceMappingURL=mod.d.ts.map