import { TediousParameter } from "./types"; export default function isTediousParameterLike(x: any): x is TediousParameter;