import { GetUploadManifestOptions } from './upload-manifest-options'; export declare const uploadDeploymentManifest: (args: Required) => Promise; /** * Method that validates the arguments. * We're using this to allow both input arguments and environment variables. * * @param args * @returns */ export declare const validateArgs: (args: GetUploadManifestOptions) => [Required, string[]];