import prettier from "prettier"; import type { z } from "zod"; export declare function unique(x: T[]): T[]; export declare const writeJSON: (prettierConfig: prettier.Options, folder: string, fileName: string, content: Record | unknown[]) => Promise; export declare const readJSON: (type: T, path: string) => Promise>;