import { Observable } from 'rxjs'; import { SanityDocument } from '@sanity/types'; import { PublishedId } from '../util/draftUtils'; import { DraftsModelDocument, Path } from './types'; export declare function observePathsDocumentPair(id: PublishedId, paths: Path[]): Observable>; //# sourceMappingURL=documentPair.d.ts.map