/// import * as fs from 'node:fs'; export declare const checkIfFileExists: (filePath: string) => Promise; export declare const checkIfFileExistsSync: (filePath: string) => fs.Stats;