export declare const CANCELLED: unique symbol; export declare function interruptible(operation: Promise, signal?: AbortSignal): Promise;