declare function parser(content: string): any[];

export { parser };
