export default class Cancel {
    message: string;
    isCancel: boolean;
    constructor(message: string);
    toString(): string;
}
