import flatMap = require("./implementation");

declare function shim(): typeof flatMap;
export = shim;
