/** * Check if a file exists * @param source */ export declare function existsFile(source: string): boolean;