import type { ViewTenantConfigDetailV1Response } from '@/client'; import type { DeepPartial } from './factory.util'; export declare class TenantConfigFactory { static createDetail(overrides?: DeepPartial): ViewTenantConfigDetailV1Response; }