export declare type LinkStatus = 'LINKED' | 'UNLINKED' | 'UNKNOWN';
