/** * Gets the absolute path to Static Suite's log file. * * @returns The absolute path to Static Suite's log file. */ declare const getLogFile: () => string | null; export { getLogFile }; //# sourceMappingURL=getLogFile.d.ts.map