import { capture } from "./capture";
import { downloadImages } from "./capture/download-images";
/** Exports for use as an imported package */
export { capture, downloadImages };
/** Type exports */
export type { ImageOptions, Config, ParsedImageOptions, Image, Label, Format, Scale, Quality, IncludeScaleInLabel, LoggingLevel, } from "./types";
//# sourceMappingURL=index.d.ts.map