export function getSize(uri: string): Promise<{ width: number; height: number; rotation?: number; }>;
