export declare const useTenant: () => { isReady: import("vue").ComputedRef; setTenant: (value: string) => string; tenant: import("vue").Ref; };