///
import * as sharp from 'sharp';
export declare const fileAsBuffer: (path: string) => Buffer;
export declare const base64ToBuffer: (b64string: string) => Promise;
export declare const imageToBase64: (imagePath: string) => Promise;
export declare const meta: (file: any, image: sharp.Sharp) => Promise;