import { WJSDoc } from "../../types"; export declare function parse_str(data: string): WJSDoc; export declare function read(data: Buffer): WJSDoc;