declare function chromeProfileInfoWrapper(): Promise; declare const chromeAuth: () => { name: string; func: typeof chromeProfileInfoWrapper; async: boolean; static: boolean; }; export { chromeAuth };