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