import { CoordinatorBillingConfigCI1_1 as CoordinatorBillingConfigCI, CoordinatorBillingConfigUI1_1 as CoordinatorBillingConfigUI } from '../../../../lib/types'; export type UserInput = { router: string; linkToNativeFeed: string; billingConfig: CoordinatorBillingConfigUI; }; type ContractInput = [router: string, config: CoordinatorBillingConfigCI, linkToNativeFeed: string]; declare const _default: (deps: import("@chainlink/evm-gauntlet").Dependencies, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("ethers").AbstractSigner, import("@chainlink/evm-gauntlet").BasicEnv>) => import("@chainlink/evm-gauntlet").CommandCtor, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("ethers").AbstractSigner, import("@chainlink/evm-gauntlet").ExecutionContext, import("ethers").Provider, import("ethers").ContractFactory, import("ethers").TransactionRequest, import("ethers").TransactionResponse>>>; export default _default; //# sourceMappingURL=deploy.d.ts.map