/** * Helper function that returns basic system info */ export declare function info(): { platform: string; agent: string; };