export declare class Gauge {
    static captureScreenshot(): Promise<void>;
    static writeMessage(message: string): void;
}
