export declare class CancellationToken { static create(): CancellationToken; cancel(): void; isBound(): boolean; }