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