declare function jsonToFile(filename: string, json: Record, { type, comment, compare }?: { type?: string | undefined; comment?: string | undefined; compare?: boolean | undefined; }): Promise; export { jsonToFile as default, jsonToFile };