export declare const getConfigState: () => {
    Promise: Function;
    useFakeTimers: boolean;
    useFakePromises: boolean;
};
export declare const setConfigState: (nextState?: {}, callback?: (state: any) => null) => void;
export declare const resetConfig: () => void;
export declare const shouldUseFakeTimers: () => boolean;
