export declare const contractWrappersPrivateNetworkConfigSchema: { id: string; properties: { networkId: { type: string; minimum: number; }; gasPrice: { $ref: string; }; zrxContractAddress: { $ref: string; }; exchangeContractAddress: { $ref: string; }; erc20ProxyContractAddress: { $ref: string; }; erc721ProxyContractAddress: { $ref: string; }; blockPollingIntervalMs: { type: string; }; orderWatcherConfig: { type: string; properties: { pollingIntervalMs: { type: string; minimum: number; }; numConfirmations: { type: string; minimum: number; }; }; }; }; type: string; required: string[]; }; //# sourceMappingURL=contract_wrappers_private_network_config_schema.d.ts.map