import * as t from 'io-ts'; /** * Accept a single value argument * * @param decoder `io-ts` type that accepts a string * @returns `io-ts` decoder that accepts [string] and rejects * if provided 0 or more than 1 element */ export declare function tupleWithOneElement>(decoder: T): t.Type, [t.OutputOf], unknown>;