export interface ProcessStartResponse {
    processId: string;
}
