export declare function readTopLevelTomlString(content: string, key: string): string | null; export declare function upsertTopLevelTomlString(content: string, key: string, value: string): string; export declare function escapeTomlString(value: string): string; //# sourceMappingURL=toml.d.ts.map