import { OperatorFunction } from "rxjs"; export declare function guard(guard: (value: T) => value is R, message?: string): OperatorFunction;