import type { FastTypeTypes } from "../../Types"; declare const FastType: (options: FastTypeTypes) => Promise; export default FastType;