import { ConcatAllSignature } from '../../operator/concatAll'; declare module '../../Observable' { interface Observable { concatAll: ConcatAllSignature; } }