export declare class EnergyContractDto {
    supplierName: string;
    contractId?: string;
}
