export function parse(input: any, opt?: {}): { names: any[]; exprs: any[]; ops?: undefined; } | { names: any[]; exprs: any[]; ops: any[]; };