export function canBeNonInterrupting(shape: any): boolean; export function getInterruptingProperty(shape: any): "cancelActivity" | "isInterrupting"; export const NON_INTERRUPTING_EVENT_TYPES: string[];