/**
 * Main function to handle the post-build process
 */
declare const deployApp: (applicationId: string, buildPath: string, appToken: any, baseUrl?: string, releaseNotes?: string) => Promise<import("axios").AxiosResponse<any, any>>;
export default deployApp;
