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