4 lines
183 B
TypeScript
4 lines
183 B
TypeScript
|
|
import type { ProxyAgentConfigurationInputType } from '../types';
|
||
|
|
declare const _default: (configurationInput?: ProxyAgentConfigurationInputType) => boolean;
|
||
|
|
export default _default;
|