UNPKG

@pact-foundation/pact

Version:
4 lines (3 loc) 234 B
import type { JsonMap } from '../../../../common/jsonTypes'; import type { ProviderState, ProxyOptions } from '../types'; export declare const setupStates: (state: ProviderState, config: ProxyOptions) => Promise<JsonMap | undefined>;