export declare enum FinancingType {
    HardwareFinancing = "hardwareFinancing",
    BusinessFinancing = "businessFinancing"
}
