declare const getVersions: (pathToFolder: string) => Promise<string>;

export { getVersions };
