export declare const setTokenToStorage: ({ token }: {
    token: string | null;
}) => void;
