export class Wrapper { constructor(implementation) { this.implementation = implementation; } } //# sourceMappingURL=wrapper.js.map