export declare function tryParseJson(maybeJson: string): {
    result: any;
    valid: boolean;
};
