export declare const CANCEL: unique symbol; export declare function isCancel(value: unknown): value is typeof CANCEL;