import { GetCurrentDeploymentCostInput } from '../types'; export declare const getCurrentDeploymentCost: (input: GetCurrentDeploymentCostInput) => Promise;