import { Observable } from 'rxjs'; import { Emitter } from '../emitter'; export declare const fromPaste: (emitter: Emitter) => Observable;