import { IAgentLogger } from "../../types";
export declare class EtwWriter implements IAgentLogger {
    private _etwModule;
    constructor();
    log(message: string, optional?: string[]): void;
    error(message: string, optional?: string[]): void;
    private _loadEtwModule;
}
