import type { IdentificationLinkJSON } from './JSON';
export declare class IdentificationLink {
    readonly id: string;
    readonly type: string;
    constructor(id: string, type: string);
    static fromJSON(data: IdentificationLinkJSON): IdentificationLink;
}
//# sourceMappingURL=IdentificationLink.d.ts.map