import { Writable } from 'stream'; export declare function checkRequirements({ stdout }: { stdout: Writable; }): void;