import { Output } from "./types"; export declare const parse: (input: string) => Output;