import type { JsonValue } from "../../types/common/Json.js"; export declare function ensure_dir(dir: string): Promise; export declare function save_json(filePath: string, data: JsonValue | object): Promise; //# sourceMappingURL=index.d.ts.map