import { type IMessageTypeRegistry } from "@bufbuild/protobuf"; import type { FileDescriptorProto } from "@bufbuild/protobuf"; import type { Package } from "../proto.js"; export declare function createRegistry(substream: Package): IMessageTypeRegistry; export declare function topoSort(protoFiles: FileDescriptorProto[]): FileDescriptorProto[]; //# sourceMappingURL=create-registry.d.ts.map