export default scalePrediction; declare function scalePrediction(prediction: any, scale: any): { topLeft: number[]; bottomRight: number[]; probability: any; landmarks: any; };