import { LambdaExpressDeployment } from './types/LambdaExpressPackage';
import { DeploymentState } from '@goldstack/infra';
interface DeployLambdaParams {
    deployment: LambdaExpressDeployment;
    deploymentState: DeploymentState;
}
export declare const deployLambda: (params: DeployLambdaParams) => Promise<void>;
export declare const deployCli: (deployment: LambdaExpressDeployment) => Promise<void>;
export {};
//# sourceMappingURL=templateLambdaExpressDeploy.d.ts.map