export declare type CancellationCallback = (() => void) | ((reason: string) => void);
