import { AdminLinks } from './model/AdminLinks'; export declare class AdminLinksConverter { static convert(response: any): AdminLinks; }