declare global {
    var extBasePath: string;
}
export {};
export interface IOptions {
    name?: string;
    version?: string;
    url?: string;
}
