import type { PropertyAccessor, PropertyOptions } from "./types"; /** @internal */ export declare function createDictionaryPropertyAccessor({ columnKey, realm, name, type, optional, objectType, getClassHelpers, embedded, }: PropertyOptions): PropertyAccessor;