import { IToken } from '../../types'; export declare const getToken: (worker: Worker | null, uuid: string) => Promise;