declare enum AvailabilityGatewayServiceType {
    APPROVE_NEW_ROOTS = "approve_new_roots",
    GET_BATCH_DATA = "get_batch_data"
}
export { AvailabilityGatewayServiceType };
