export declare class LinkCategory { id: string; type: string; attributes: { 'name': string; 'description': string; 'version': Number; }; }