/// <reference types="node" />

import { FSJetpack } from "./types";

declare const jetpack: FSJetpack;

export = jetpack;
