/** * Returns the current package version of the chaincode. * @returns The version string of the package.json file. */ export declare function getVersion(): string; //# sourceMappingURL=version.d.ts.map