import { IBaseWTTPSite } from "@wttp/core";
import { Manifest } from "./generateManifest";
/**
 * Upload files, directories, and redirects from a manifest
 * Trusts the manifest completely - no excessive checks
 */
export declare function uploadFromManifest(wttpSite: IBaseWTTPSite, manifestPath: string, sourcePath?: string): Promise<Manifest>;
//# sourceMappingURL=uploadFromManifest.d.ts.map