import type { ImperiumClient } from './ImperiumClient'; export declare function useClient(): ImperiumClient | null;