export declare class LogUtils {
    private static runOnce;
    static readonly APPROVAL_TEMP_DIRECTORY: string;
    static ensureTempDirectoryExists(): string;
    private static downloadApproveAllScriptIfMissing;
    private static downloadFile;
}
