export declare const matchJSONStr: (str: string) => string;
export declare const revisedJSONStr: (str: string) => string;
export declare const parseLLMJson: (JsonStr: string, prefix?: string) => any;
