export type Config = {
    readonly timeoutUnit: number;
};
export declare const setConfig: (newConfig: Config) => void;
export declare let config: {
    timeoutUnit: number;
};
//# sourceMappingURL=config.d.ts.map