declare class CompanyHandler { static infoPromise: Promise; static getInfo(): any; } export default CompanyHandler;