import { type MonoTypeOperatorFunction } from 'rxjs'; export declare function takeUntilSaid(text: string): MonoTypeOperatorFunction;