interface LicenseTestRunner {
    test(licenseId: string): boolean;
}
export { LicenseTestRunner };
