export function defContext<T>(
    input: ArrayLike<T>,
    opts?: Partial<ContextOpts>
): ParseContext<T>;