import { IRotData } from '../../../types';
declare const urlToBuffer: (url: string) => Promise<IRotData>;
export { urlToBuffer };
