export interface GetVersionResult { name: string; version: string; } export declare function getVersion(): GetVersionResult; //# sourceMappingURL=get-version.d.ts.map