export declare class RawConsoleLogDto { log: string; stream?: string; time?: string; instanceId: string; instanceItemId?: string; }