export declare type TConfig = {
    simulateErrors?: boolean;
    isWithoutTimeout?: boolean;
};
export declare const defaultConfig: TConfig;
