export declare class Queue { /** * @param hash */ static eventQueuePop(hash: string | number): void; /** * @param hash * @returns */ static eventQueueIsEmpty(hash: string | number): any; } //# sourceMappingURL=Queue.d.ts.map