···66 * the {@link Start} signal, to tell a {@link Source} to either send a new value (pulling) or stop
77 * sending values altogether (cancellation).
88 */
99-export enum TalkbackKind {
99+export declare enum TalkbackKind {
1010 /** Instructs the {@link Source} to send the next value. */
1111 Pull = 0,
1212 /** Instructs the {@link Source} to stop sending values and cancels it. */
···4141 * @see {@link Start} for the data structure of the start signal.
4242 * @see {@link Push} for the data structure of the push signal, carrying values.
4343 */
4444-export enum SignalKind {
4444+export declare enum SignalKind {
4545 /**
4646 * Informs the {@link Sink} that it's being called by a {@link Source}.
4747 *