import { Types } from '@notifi-network/notifi-graphql'; import { Operation, TenantConfig } from '../models'; export declare type FindTenantConfigInput = Types.FindTenantConfigInput; export declare type FindTenantConfigResult = TenantConfig; export declare type FindTenantConfigService = Readonly<{ findTenantConfig: Operation; }>; //# sourceMappingURL=FindTenantConfig.d.ts.map