import { Employee } from "../models";
export default function parse(input: string): Employee[];
