import { retry } from '../../operator/retry'; declare module '../../Observable' { interface Observable { retry: typeof retry; } }