/// export declare type Callback = (error: NodeJS.ErrnoException | null, response?: boolean) => void; export declare function checkIfFileExists(filePath: string, callback: Callback): void;