import { AzureStorageClient } from "../clients"; export declare class FrontendDeployment { static needBuild(componentPath: string): Promise; static needDeploy(componentPath: string): Promise; static doFrontendBuild(componentPath: string): Promise; static skipBuild(): Promise; static getBuiltPath(componentPath: string): Promise; static doFrontendDeployment(client: AzureStorageClient, componentPath: string): Promise; static skipDeployment(): Promise; private static hasUpdatedContent; private static getDeploymentInfo; private static getLastBuildTime; private static getLastDeploymentTime; private static saveDeploymentInfo; } //# sourceMappingURL=deploy.d.ts.map