/** * This file was auto-generated by Fern from our API Definition. */ export declare type ConnectionStatus = "linked" | "unlinked"; export declare const ConnectionStatus: { readonly Linked: "linked"; readonly Unlinked: "unlinked"; };