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