export declare const useLastConnector: () => {
    lastConnectorId: string | null;
    updateLastConnectorId: (id: string) => void;
};
