import { RxDocumentData } from '../../types'; export declare function ensurePrimaryKeyValid(primaryKey: string, docData: RxDocumentData): void;