/**
 * @category Errors
 */
export declare class CancelledError extends Error {
    name: string;
    message: string;
    constructor();
}
