export * from "./feedback";
export * from "./NDKTranscriptionDVM";
export * from "./request";
export * from "./result";

export type NDKDvmParam = [string, string, ...string[]];
