(annotations: Annotations.Schema<TupleType.Type<Elements, []>>)
| 1526 | */ |
| 1527 | export interface Tuple<Elements extends TupleType.Elements> extends TupleType<Elements, []> { |
| 1528 | annotations(annotations: Annotations.Schema<TupleType.Type<Elements, []>>): Tuple<Elements> |
| 1529 | } |
| 1530 | |
| 1531 | /** |
no outgoing calls