/** * DeukPack AST → Thrift IDL text (minimal subset for bench / tooling). */ import { DeukPackAST } from '../types/DeukPackTypes'; /** * Emit a single .thrift document for all structs and enums in the AST. */ export declare function generateThriftSchemaFromAst(ast: DeukPackAST): string; //# sourceMappingURL=ThriftSchemaEmit.d.ts.map