import { Fetcher } from '../../utils/fetcher/types';
export declare function getYandexSID(fetcher: Fetcher): Promise<string | null>;
