declare function checkLicense(license?: string): Promise<boolean>;
export default checkLicense;
