import { DeploymentConfig } from './config';
/**
 * Builds the application based on its type
 * @param config The deployment configuration
 * @returns A promise that resolves when the build is complete
 */
export declare function buildApplication(config: DeploymentConfig): Promise<void>;
