/** Get statistics of a stream */
export interface StreamStats {
    /** Number of messages per second */
    usage: number;
}
//# sourceMappingURL=StreamStats.d.ts.map