/** * Experimental. */ export declare const choice: (properties: string[]) => (data?: object | Function | undefined, p?: string | undefined, i?: number | TypedPropertyDescriptor | undefined) => any;