import { Observable, Subscribable } from '..'; export declare const auditTime: (duration: number, stream: Subscribable) => Observable;