export default function readImageAsBinarySync(imagePath: string): Promise<Buffer>;
