import { LicenseInfo } from "./LicenseInfoType";
export declare type ConfigurationInfo = {
    version: string;
    license: LicenseInfo;
    options: any;
};
