export type CustomGremlin = () => void;
export type CustomMogwai = () => void;
export type CustomStrategy = () => void;
export type CustomCallback = () => void;
