export declare const DEFAULT_TIMEOUT_MS = 40000; export declare function launchErrorOutput(error: NodeJS.ErrnoException, details: { shell: string; cwd: string; }): string; export declare function assignAllowInteractiveStdinInherit(value: boolean): void; export declare let allowInteractiveStdinInherit: boolean; export declare function binarySuppressionNotice(bytes: number, artifactPath: string | undefined): string; export declare function redactArtifactInPlace(path: string): Promise; export declare function benignNoMatchTool(command: string, code: number | null): string | undefined;