export declare class ExportLogsResponse {
    protected readonly _rawOutput: string;
    private readonly _exportPath;
    constructor(_rawOutput: string);
    get exportPath(): string | undefined;
}
