import type { PropertyAccessor, PropertyOptions } from "./types"; /** @internal */ export declare function createMixedPropertyAccessor(options: PropertyOptions): PropertyAccessor;