import { IError } from "../../utils/ierror"; import { InfraSegConfig } from "../7Db/InfraSegConfig.record"; export declare class RetInfraSegConfig implements IError { Error: boolean; ErrorMessage: string; InfraSegConfig: InfraSegConfig; }