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