export type MessageQueueEntry = [string, string];
export type MessageQueueCallback = (...args: any[]) => void;
//# sourceMappingURL=types.d.ts.map