import type { RealmRecord } from './type'; import type { Utils } from '.'; export declare function createRealmRecord(parentRealmRec: RealmRecord, utils: Utils): any;