import type { LastClient } from '../LastClient';
export declare class Utilities {
    private client;
    constructor(client: LastClient);
    /**
     * Returns the URL to the Last.fm authentication page
     */
    buildDesktopAuthURL(token: string): string;
}
