import { UserRequestEventType } from './subgraph-types'; export declare const mapUserRequestEventType: (requestType: UserRequestEventType) => "Initiated" | "Increased" | "Cancelled" | "Accepted" | "Rejected" | "Reallocated" | "Forced";