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