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