8 lines
373 B
TypeScript
8 lines
373 B
TypeScript
import protobuf from "protobufjs";
|
|
import type { SchemaCompileResult } from "./schema-ir.js";
|
|
export declare const loadCaminoSchemaRoot: (sourceFile: string) => Promise<{
|
|
absoluteSourceFile: string;
|
|
root: protobuf.Root;
|
|
}>;
|
|
export declare const compileCaminoSchema: (sourceFile: string) => Promise<SchemaCompileResult>;
|
|
//# sourceMappingURL=schema-compiler.d.ts.map
|