export declare function safeJsonParse(content: string | undefined): Record; export declare function withTrailingNewline(content: string): string;