export declare function parse(input: string): unknown;
export declare function massage(input: string): string;
