import type { NrfutilProgress, Progress } from './sandboxTypes'; export declare const convertNrfutilProgress: (progress: NrfutilProgress) => Progress; export declare const parseJsonBuffers: (data: Buffer) => T[] | undefined; export declare const collectErrorMessages: (...messages: (string | undefined)[]) => string; //# sourceMappingURL=common.d.ts.map