import type { TypeHelpers, TypeOptions } from "./types"; /** @internal */ export declare function createObjectTypeHelpers({ realm, name, objectType, optional, getClassHelpers, }: TypeOptions): TypeHelpers;