/** Determine if you should use yarn offline or not */ export declare function isYarnOfflineAsync(): Promise; /** Exposed for testing */ export declare function getNpmProxy(): string | null;