export declare class UrlService {
    private instance;
    constructor();
    recordLastListOrBoard(url: any): void;
    getLastListOrBoard(): string;
}
