export declare class MetaLink {
    Property: string;
    Rel: string;
    Href: string;
    Properties: string;
    MediaType: string;
    Refines: string;
    ID: string;
}
