import { IRMICallPromise } from "./IRMICallPromise";
export interface IRMICallPromises {
    [messageId: number]: IRMICallPromise;
}
