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