export declare const osInfo: { current: { platform(): string; release(): string; arch(): string; } | null; };