/** * DeukPack AST → Protocol Buffers v3 schema text (minimal subset for bench / tooling). * Unsupported complex types are emitted as string with a leading comment on the field. */ import { DeukPackAST } from '../types/DeukPackTypes'; /** * Emit a single .proto document for all structs and enums in the AST. */ export declare function generateProtoSchemaFromAst(ast: DeukPackAST): string; //# sourceMappingURL=ProtoSchemaEmit.d.ts.map