exportdeclarefunctionisFileExists(filePath: string): Promise<boolean>;
/**
* Returns a filename relative to CWD given the full file path, otherwise returns the original string.
*/exportdeclareconstgetRelativeFileToCwd: (fullFilePath: string) =>string;