export declare function sortedPrices(machineType: string): Promise<{}>; export declare function zonesWithMachineType(machineType: string): Promise;