/**
 * @author       Yannick Deubel (https://github.com/yandeu)
 * @copyright    Copyright (c) 2021 Yannick Deubel; Project Url: https://github.com/geckosio/snapshot-interpolation
 * @license      {@link https://github.com/geckosio/snapshot-interpolation/blob/master/LICENSE|GNU GPLv3}
 */
export { SnapshotInterpolation } from './snapshot-interpolation';
export { Vault } from './vault';
export * as Types from './types';
//# sourceMappingURL=index.d.ts.map