/** * Hook to retrieve the full RebaseClient instance from context. * Returns `undefined` if no client was provided to ``. */ export declare function useRebaseClient(): T | undefined;