/** For `any`s that aren't meant to stay `any`*/ export type $FixMe = any; /** For `any`s that we don't care about */ export type $IntentionalAny = any; export type VoidFn = () => void; //# sourceMappingURL=types.d.ts.map