export interface BackendIds { workflowRunBackendId: string; workflowJobRunBackendId: string; } export declare function getBackendIdsFromToken(): BackendIds;