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