import { PatternTypes, Progress, Scanner, ScannerOptions, ScannerFactory } from '../scanner.js'; import { Event } from '../../event.js'; export declare class Not implements Scanner { id: string; private any; private eventQueue; private reader; private toEmit; private lastEmitted; private matched; private descriptors; private toInclude; constructor(conditions: PatternTypes[], options?: ScannerOptions); get complete(): boolean; get lastclosed(): number; get lastreceived(): number; private getReturnValue; private startEvent; private endEvent; reindex(newIndex: number): void; shift(event: Event): Progress; static factory(conditions: PatternTypes[]): ScannerFactory; } //# sourceMappingURL=not.d.ts.map