import { MergeStrings } from "../Types"; export type OutSymbol = MergeStrings<"Out", K>; /** * A special key for property tables, which allows users to extract values from * an instance into an automatically-updated Value object. */ export declare function Out(name: K): OutSymbol;