import { Observable } from 'rxjs'; import { Reader } from '../../reader'; export declare const createMovingSafePan$: (reader: Reader) => Observable;