import { IDimensions } from 'tfjs-image-recognition-base'; export declare function resizeResults(results: T, dimensions: IDimensions): T;