import { Utils } from './types'; declare const utils: Utils; export declare function debugLog(config: { debug?: boolean; }, msg: string, stdout?: string, stderr?: string): void; export default utils; //# sourceMappingURL=utils.d.ts.map