export function pouchReplication(mockOptions: any): (url: any, options: any) => { on: (event: any, fn: any) => any; cancel: () => void; };