import { StorageRegistry } from "@worldbrain/storex";
export declare function getObjectPk(object: any, collection: string, registry: StorageRegistry): any;
export declare function getObjectWithoutPk(object: any, collection: string, registry: StorageRegistry): any;
export declare function setObjectPk(object: any, pk: any, collection: string, registry: StorageRegistry): any;
