import { LinkEntity } from "./LinkEntity";
export declare class LinksFull {
    links: Array<LinkEntity>;
}
