export declare const CANCEL_LOGIN: {
    code: number;
    msg: string;
};
