import { Reactive } from 'vue'; import { AnyLogHandle, Platforma } from '@platforma-sdk/model'; type LogState = { logHandle: AnyLogHandle; lines: string; lastOffset: number; finished: boolean; error: unknown; }; export declare function useLogHandle(props: Reactive<{ logHandle: AnyLogHandle | undefined; maxRetries?: number; mockPlatforma?: Platforma; progressPrefix?: string; }>): import('vue').Ref; export {}; //# sourceMappingURL=useLogHandle.d.ts.map