import fs from 'node:fs'; export declare function prefixSpace(input?: string): string; export declare function readJSON(file: fs.PathOrFileDescriptor, readFile?: typeof fs.readFileSync): any;