import { IQueue } from './IQueue'; export interface IPriorityQueue extends IQueue { }