export declare function log(...contents: unknown[]): void; export declare function outputLog(contents: string[], outputFile?: string): Promise;